Home
last modified time | relevance | path

Searched refs:FUSE_GETATTR (Results 1 – 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/include/uapi/linux/
Dfuse.h437 FUSE_GETATTR = 3, enumerator
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dfuse.h107 FUSE_GETATTR = 3, enumerator
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dfuse.h128 FUSE_GETATTR = 3, enumerator
/kernel/linux/linux-5.10/fs/fuse/
Ddir.c1067 args.opcode = FUSE_GETATTR; in fuse_do_getattr()
Ddev.c451 case FUSE_GETATTR: in fuse_adjust_compat()