Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dfuse.h252 #define FUSE_ROOT_ID 1 macro
/openbmc/qemu/include/standard-headers/linux/
H A Dfuse.h254 #define FUSE_ROOT_ID 1 macro
/openbmc/linux/fs/fuse/
H A Dinode.c997 attr.ino = FUSE_ROOT_ID; in fuse_get_root_inode()
1043 if (!IS_ERR(entry) && get_node_id(inode) != FUSE_ROOT_ID) in fuse_get_dentry()
1135 if (!IS_ERR(parent) && get_node_id(inode) != FUSE_ROOT_ID) in fuse_get_parent()
H A Dfuse_i.h926 return !nodeid || nodeid == FUSE_ROOT_ID; in invalid_nodeid()
H A Ddir.c394 if (outarg->nodeid == FUSE_ROOT_ID && outarg->generation != 0) { in fuse_lookup_name()
440 if (inode && get_node_id(inode) == FUSE_ROOT_ID) in fuse_lookup()