Home
last modified time | relevance | path

Searched refs:EXPORT_FH_CONNECTABLE (Results 1 – 3 of 3) sorted by relevance

/linux/fs/
H A Dfhandle.c38 if (fh_flags & EXPORT_FH_CONNECTABLE && in do_sys_name_to_handle()
88 if (fh_flags & EXPORT_FH_CONNECTABLE) { in do_sys_name_to_handle()
156 fh_flags |= EXPORT_FH_CONNECTABLE; in SYSCALL_DEFINE5()
379 ctx.fh_flags |= EXPORT_FH_CONNECTABLE; in handle_to_path()
/linux/include/linux/
H A Dexportfs.h171 #define EXPORT_FH_CONNECTABLE 0x1 /* Encode file handle with parent */ macro
331 if ((fh_flags & EXPORT_FH_CONNECTABLE) && !nop->fh_to_parent) in exportfs_can_encode_fh()
/linux/fs/nfsd/
H A Dnfsfh.c471 EXPORT_FH_CONNECTABLE; in _fh_update()