Home
last modified time | relevance | path

Searched refs:flags_valid (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.15/include/linux/
Dfileattr.h32 bool flags_valid:1; member
/Linux-v5.15/fs/
Dioctl.c501 fa->flags_valid = true; in fileattr_fill_flags()
689 if (fa->flags_valid) { in vfs_fileattr_set()
710 struct fileattr fa = { .flags_valid = true }; /* hint only */ in ioctl_getflags()
/Linux-v5.15/fs/fuse/
Dioctl.c431 if (fa->flags_valid) { in fuse_fileattr_get()
469 if (fa->flags_valid) { in fuse_fileattr_set()
/Linux-v5.15/fs/overlayfs/
Dcopy_up.c138 struct fileattr oldfa = { .flags_valid = true }; in ovl_copy_fileattr()
139 struct fileattr newfa = { .flags_valid = true }; in ovl_copy_fileattr()
/Linux-v5.15/fs/f2fs/
Dfile.c3091 if (!fa->flags_valid) in f2fs_fileattr_set()
/Linux-v5.15/fs/btrfs/
Dioctl.c266 if (!fa->flags_valid) { in btrfs_fileattr_set()