Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dexportfs.h177 #define EXPORT_FH_CONNECTABLE 0x1 /* Encode file handle with parent */ macro
338 if ((fh_flags & EXPORT_FH_CONNECTABLE) && !nop->fh_to_parent) in exportfs_can_encode_fh()
/linux/fs/exportfs/
H A Dexpfs.c421 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()