Home
last modified time | relevance | path

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

/openbmc/linux/fs/jfs/
H A Djfs_inode.c126 inode->i_flags |= S_NOQUOTA; in ialloc()
H A Djfs_imap.c470 ip->i_flags |= S_NOQUOTA; in diReadSpecial()
/openbmc/linux/fs/ext2/
H A Dialloc.c601 inode->i_flags |= S_NOQUOTA; in ext2_new_inode()
/openbmc/linux/fs/ocfs2/
H A Dinode.c324 inode->i_flags |= S_NOQUOTA; in ocfs2_populate_inode()
332 inode->i_flags |= S_NOQUOTA; in ocfs2_populate_inode()
/openbmc/u-boot/fs/ubifs/
H A Dubifs.h511 #define S_NOQUOTA 32 /* Inode is not counted to quota */ macro
/openbmc/linux/fs/quota/
H A Ddquot.c2240 inode->i_flags &= ~S_NOQUOTA; in vfs_cleanup_quota_inode()
2403 inode->i_flags |= S_NOQUOTA; in vfs_setup_quota_inode()
/openbmc/linux/include/linux/
H A Dfs.h2099 #define S_NOQUOTA (1 << 5) /* Inode is not counted to quota */ macro
2142 #define IS_NOQUOTA(inode) ((inode)->i_flags & S_NOQUOTA)
/openbmc/linux/fs/reiserfs/
H A Dnamei.c594 inode->i_flags |= S_NOQUOTA; in drop_new_inode()
H A Dinode.c2144 inode->i_flags |= S_NOQUOTA; in reiserfs_new_inode()
/openbmc/linux/fs/f2fs/
H A Dnamei.c341 inode->i_flags |= S_NOQUOTA; in f2fs_new_inode()
H A Dsuper.c2836 qf_inode->i_flags |= S_NOQUOTA; in f2fs_quota_enable()
/openbmc/linux/fs/ext4/
H A Dxattr.c462 inode->i_flags |= S_NOQUOTA; in ext4_xattr_inode_iget()
1509 ea_inode->i_flags |= S_NOQUOTA; in ext4_xattr_inode_create()
H A Dialloc.c1362 inode->i_flags |= S_NOQUOTA; in __ext4_new_inode()
H A Dsuper.c7073 qf_inode->i_flags |= S_NOQUOTA; in ext4_quota_enable()
/openbmc/linux/mm/
H A Dshmem.c2548 inode->i_flags |= S_NOQUOTA; in shmem_get_inode()