Searched refs:rootmode (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/libfuse-lite/
H A Dfusermount.c304 static int do_mount(const char *mnt, char **typep, mode_t rootmode, argument
335 !begins_with(s, "rootmode=") &&
375 sprintf(d, "fd=%i,rootmode=%o,user_id=%i,group_id=%i",
376 fd, rootmode, getuid(), getgid());
399 sprintf(d, "fd=%i,rootmode=%o,user_id=%i", fd, rootmode, getuid());
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/fuse/
H A Dinode.c34 unsigned rootmode; member in struct:fuse_mount_data
298 {OPT_ROOTMODE, "rootmode=%o"},
336 d->rootmode = value;
574 root = get_root_inode(sb, d.rootmode);

Completed in 55 milliseconds