Lines Matching defs:fsflags
1265 if (info->fsflags & FS_APPEND_FL)
1267 if (info->fsflags & FS_IMMUTABLE_FL)
1269 if (info->fsflags & FS_NODUMP_FL)
2978 static int shmem_inode_casefold_flags(struct inode *inode, unsigned int fsflags,
2984 if (fsflags & FS_CASEFOLD_FL) {
3005 static int shmem_inode_casefold_flags(struct inode *inode, unsigned int fsflags,
3008 if (fsflags & FS_CASEFOLD_FL)
3016 * chattr's fsflags are unrelated to extended attributes,
3019 static int shmem_set_inode_flags(struct inode *inode, unsigned int fsflags, struct dentry *dentry)
3024 ret = shmem_inode_casefold_flags(inode, fsflags, dentry, &i_flags);
3028 if (fsflags & FS_NOATIME_FL)
3030 if (fsflags & FS_APPEND_FL)
3032 if (fsflags & FS_IMMUTABLE_FL)
3042 static void shmem_set_inode_flags(struct inode *inode, unsigned int fsflags, struct dentry *dentry)
3086 info->fsflags = (dir == NULL) ? 0 :
3087 SHMEM_I(dir)->fsflags & SHMEM_FL_INHERITED;
3088 if (info->fsflags)
3089 shmem_set_inode_flags(inode, info->fsflags, NULL);
4196 fileattr_fill_flags(fa, info->fsflags & SHMEM_FL_USER_VISIBLE);
4213 flags = (info->fsflags & ~SHMEM_FL_USER_MODIFIABLE) |
4221 info->fsflags = flags;