Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dfileattr.h32 bool flags_valid:1; member
/openbmc/linux/fs/
H A Dioctl.c498 fa->flags_valid = true; in fileattr_fill_flags()
686 if (fa->flags_valid) { in vfs_fileattr_set()
707 struct fileattr fa = { .flags_valid = true }; /* hint only */ in ioctl_getflags()
/openbmc/linux/fs/fuse/
H A Dioctl.c456 if (fa->flags_valid) { in fuse_fileattr_get()
494 if (fa->flags_valid) { in fuse_fileattr_set()
/openbmc/linux/fs/overlayfs/
H A Dcopy_up.c175 struct fileattr oldfa = { .flags_valid = true }; in ovl_copy_fileattr()
176 struct fileattr newfa = { .flags_valid = true }; in ovl_copy_fileattr()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddcn32_fpu.c1931 bool flags_valid = false; in dcn32_internal_validate_bw() local
1937 flags_valid = true; in dcn32_internal_validate_bw()
1942 if (!flags_valid) in dcn32_internal_validate_bw()
/openbmc/linux/fs/btrfs/
H A Dioctl.c298 if (!fa->flags_valid) { in btrfs_fileattr_set()
/openbmc/linux/fs/f2fs/
H A Dfile.c3261 if (!fa->flags_valid) in f2fs_fileattr_set()