Lines Matching refs:fh_flags
20 int fh_flags) in do_sys_name_to_handle() argument
31 if (!exportfs_can_encode_fh(path->dentry->d_sb->s_export_op, fh_flags)) in do_sys_name_to_handle()
38 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() local
154 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()
264 ctx->fh_flags, vfs_dentry_acceptable, in do_handle_to_path()
322 ctx->fh_flags = EXPORT_FH_DIR_ONLY; in may_decode_fh()
379 ctx.fh_flags |= EXPORT_FH_CONNECTABLE; in handle_to_path()
383 ctx.fh_flags |= EXPORT_FH_DIR_ONLY; in handle_to_path()