Searched refs:FUSE_DEFAULT_PERMISSIONS (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/fs/fuse/
H A Dfuse_i.h39 /** If the FUSE_DEFAULT_PERMISSIONS flag is given, the filesystem
42 #define FUSE_DEFAULT_PERMISSIONS (1 << 0) macro
H A Dinode.c193 if (!(fc->flags & FUSE_DEFAULT_PERMISSIONS)) fuse_change_attributes_common()
521 d->flags |= FUSE_DEFAULT_PERMISSIONS; parse_fuse_opt()
559 if (fc->flags & FUSE_DEFAULT_PERMISSIONS) fuse_show_options()
H A Ddir.c1092 if ((fc->flags & FUSE_DEFAULT_PERMISSIONS) || fuse_permission()
1105 if (fc->flags & FUSE_DEFAULT_PERMISSIONS) { fuse_permission()
1603 if (!(fc->flags & FUSE_DEFAULT_PERMISSIONS)) fuse_do_setattr()

Completed in 89 milliseconds