Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dfileattr.h32 bool flags_valid:1; member
/Linux-v6.1/fs/
Dioctl.c497 fa->flags_valid = true; in fileattr_fill_flags()
685 if (fa->flags_valid) { in vfs_fileattr_set()
706 struct fileattr fa = { .flags_valid = true }; /* hint only */ in ioctl_getflags()
/Linux-v6.1/fs/fuse/
Dioctl.c445 if (fa->flags_valid) { in fuse_fileattr_get()
483 if (fa->flags_valid) { in fuse_fileattr_set()
/Linux-v6.1/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-v6.1/fs/btrfs/
Dioctl.c287 if (!fa->flags_valid) { in btrfs_fileattr_set()
/Linux-v6.1/fs/f2fs/
Dfile.c3092 if (!fa->flags_valid) in f2fs_fileattr_set()