Home
last modified time | relevance | path

Searched refs:S_NOQUOTA (Results 1 – 9 of 9) sorted by relevance

/linux/fs/jfs/
H A Djfs_inode.c126 inode->i_flags |= S_NOQUOTA; in ialloc()
/linux/fs/ocfs2/
H A Dinode.c400 inode->i_flags |= S_NOQUOTA; in ocfs2_populate_inode()
408 inode->i_flags |= S_NOQUOTA; in ocfs2_populate_inode()
/linux/fs/f2fs/
H A Dnamei.c343 inode->i_flags |= S_NOQUOTA; in f2fs_new_inode()
H A Dsuper.c3125 qf_inode->i_flags |= S_NOQUOTA; in f2fs_quota_enable()
/linux/fs/quota/
H A Ddquot.c111 * Special care needs to be taken about S_NOQUOTA inode flag (marking that
113 * to check this flag under dq_data_lock and then (if S_NOQUOTA is not set) they
115 * sure they cannot race with quotaon which first sets S_NOQUOTA flag and
2232 inode->i_flags &= ~S_NOQUOTA; in vfs_cleanup_quota_inode()
2393 inode->i_flags |= S_NOQUOTA; in vfs_setup_quota_inode()
2396 * When S_NOQUOTA is set, remove dquot references as no more in vfs_setup_quota_inode()
/linux/include/linux/
H A Dfs.h2392 #define S_NOQUOTA (1 << 5) /* Inode is not counted to quota */ macro
2436 #define IS_NOQUOTA(inode) ((inode)->i_flags & S_NOQUOTA)
/linux/fs/ext4/
H A Dxattr.c459 inode->i_flags |= S_NOQUOTA; in ext4_xattr_inode_iget()
1507 ea_inode->i_flags |= S_NOQUOTA; in ext4_xattr_inode_create()
H A Dsuper.c7136 qf_inode->i_flags |= S_NOQUOTA; in ext4_quota_enable()
/linux/mm/
H A Dshmem.c3200 inode->i_flags |= S_NOQUOTA; in shmem_get_inode()