Searched refs:FUSE_ROOT_ID (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/include/fuse-lite/
H A Dfuse_kernel.h52 #define FUSE_ROOT_ID 1 macro
H A Dfuse_lowlevel.h35 #define FUSE_ROOT_ID 1 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dfuse.h78 #define FUSE_ROOT_ID 1 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/fuse/
H A Dinode.c573 attr.ino = FUSE_ROOT_ID;
621 if (!IS_ERR(entry) && get_node_id(inode) != FUSE_ROOT_ID) {
723 if (!IS_ERR(parent) && get_node_id(inode) != FUSE_ROOT_ID) {
H A Ddir.c224 return !nodeid || nodeid == FUSE_ROOT_ID;
335 if (inode && get_node_id(inode) == FUSE_ROOT_ID)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/libfuse-lite/
H A Dfuse.c353 for (node = get_node(f, nodeid); node && node->nodeid != FUSE_ROOT_ID;
388 if (nodeid == FUSE_ROOT_ID)
2695 root->nodeid = FUSE_ROOT_ID;

Completed in 285 milliseconds