Home
last modified time | relevance | path

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

/linux/fs/
H A Dfhandle.c39 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()
390 ctx.fh_flags |= EXPORT_FH_CONNECTABLE; in handle_to_path()
/linux/include/linux/
H A Dexportfs.h177 #define EXPORT_FH_CONNECTABLE 0x1 /* Encode file handle with parent */ macro
368 if ((fh_flags & EXPORT_FH_CONNECTABLE) && !nop->fh_to_parent) in exportfs_can_encode_fh()
/linux/fs/exportfs/
H A Dexpfs.c422 if ((flags & EXPORT_FH_CONNECTABLE) && !S_ISDIR(inode->i_mode)) { in exportfs_encode_fh()
/linux/fs/nfsd/
H A Dnfsfh.c491 EXPORT_FH_CONNECTABLE; in _fh_update()