Searched refs:inode_set_flags (Results 1 – 14 of 14) sorted by relevance
/linux/fs/jfs/ |
H A D | jfs_inode.c | 31 inode_set_flags(inode, new_fl, S_IMMUTABLE | S_APPEND | S_NOATIME | in jfs_set_inode_flags()
|
/linux/fs/efivarfs/ |
H A D | inode.c | 170 inode_set_flags(d_inode(dentry), i_flags, S_IMMUTABLE); in efivarfs_fileattr_set()
|
/linux/fs/overlayfs/ |
H A D | util.c | 954 inode_set_flags(inode, iflags, OVL_PROT_I_FLAGS_MASK); in ovl_check_protattr() 993 inode_set_flags(inode, iflags, OVL_PROT_I_FLAGS_MASK); in ovl_set_protattr()
|
H A D | overlayfs.h | 825 inode_set_flags(to, from->i_flags & mask, mask); in ovl_copyflags()
|
/linux/fs/ceph/ |
H A D | crypto.c | 118 inode_set_flags(inode, S_ENCRYPTED, S_ENCRYPTED); in ceph_crypt_set_context()
|
H A D | inode.c | 1052 inode_set_flags(inode, S_ENCRYPTED, S_ENCRYPTED); in ceph_fill_inode()
|
/linux/fs/ext2/ |
H A D | super.c | 1593 inode_set_flags(inode, S_NOATIME | S_IMMUTABLE, in ext2_quota_on() 1615 inode_set_flags(inode, 0, S_NOATIME | S_IMMUTABLE); in ext2_quota_off()
|
/linux/fs/hfsplus/ |
H A D | inode.c | 695 inode_set_flags(inode, new_fl, S_IMMUTABLE | S_APPEND); in hfsplus_fileattr_set()
|
/linux/fs/nilfs2/ |
H A D | inode.c | 396 inode_set_flags(inode, new_fl, S_SYNC | S_APPEND | S_IMMUTABLE | in nilfs_set_inode_flags()
|
/linux/fs/ntfs3/ |
H A D | file.c | 110 inode_set_flags(inode, new_fl, S_IMMUTABLE | S_APPEND); in ntfs_fileattr_set()
|
/linux/include/linux/ |
H A D | fs.h | 3446 extern void inode_set_flags(struct inode *inode, unsigned int flags,
|
/linux/fs/ext4/ |
H A D | super.c | 7050 inode_set_flags(inode, S_NOATIME | S_IMMUTABLE, in ext4_quota_on() 7192 inode_set_flags(inode, 0, S_NOATIME | S_IMMUTABLE); in ext4_quota_off()
|
H A D | inode.c | 4639 inode_set_flags(inode, new_fl, in ext4_set_inode_flags()
|
/linux/mm/ |
H A D | shmem.c | 3027 inode_set_flags(inode, i_flags, S_NOATIME | S_APPEND | S_IMMUTABLE | S_CASEFOLD); in shmem_set_inode_flags()
|