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/quota/
H A Ddquot.c2189 inode->i_flags &= ~S_NOQUOTA; in vfs_cleanup_quota_inode()
2350 inode->i_flags |= S_NOQUOTA; in vfs_setup_quota_inode()
/linux/fs/ext4/
H A Dialloc.c1371 inode->i_flags |= S_NOQUOTA; in __ext4_new_inode()
H A Dxattr.c459 inode->i_flags |= S_NOQUOTA; in ext4_xattr_inode_iget()
1523 ea_inode->i_flags |= S_NOQUOTA; in ext4_xattr_inode_create()
H A Dsuper.c7268 qf_inode->i_flags |= S_NOQUOTA; in ext4_quota_enable()
/linux/fs/f2fs/
H A Dnamei.c358 inode->i_flags |= S_NOQUOTA; in f2fs_new_inode()
H A Dsuper.c3362 qf_inode->i_flags |= S_NOQUOTA; in f2fs_quota_enable()
/linux/include/linux/
H A Dfs.h2101 #define S_NOQUOTA (1 << 5) /* Inode is not counted to quota */ macro
2144 #define IS_NOQUOTA(inode) ((inode)->i_flags & S_NOQUOTA)
/linux/mm/
H A Dshmem.c3128 inode->i_flags |= S_NOQUOTA; in shmem_get_inode()