Searched refs:fh_flags (Results 1 – 3 of 3) sorted by relevance
20 int fh_flags) in do_sys_name_to_handle() argument38 if (fh_flags & EXPORT_FH_CONNECTABLE && in do_sys_name_to_handle()59 &handle_dwords, fh_flags); in do_sys_name_to_handle()88 if (fh_flags & EXPORT_FH_CONNECTABLE) { in do_sys_name_to_handle()135 int fh_flags = 0; in SYSCALL_DEFINE5() local154 fh_flags |= EXPORT_FH_FID; in SYSCALL_DEFINE5()156 fh_flags |= EXPORT_FH_CONNECTABLE; in SYSCALL_DEFINE5()165 fh_flags); in SYSCALL_DEFINE5()247 if (ctx->fh_flags & EXPORT_FH_DIR_ONLY) in vfs_dentry_acceptable()322 ctx->fh_flags = EXPORT_FH_DIR_ONLY; in may_decode_fh()[all …]
94 int fh_flags; /* FH flags */ member113 #define SET_FH_FLAG(c, f) ((c)->fh_flags |= (f))114 #define HAS_FH_FLAG(c, f) ((c)->fh_flags & (f))
470 int fh_flags = (exp->ex_flags & NFSEXP_NOSUBTREECHECK) ? 0 : in _fh_update() local473 exportfs_encode_fh(dentry, fid, &maxsize, fh_flags); in _fh_update()
Completed in 7 milliseconds