Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dexportfs.h315 static inline bool exportfs_can_decode_fh(const struct export_operations *nop) in exportfs_can_decode_fh() function
345 return exportfs_can_decode_fh(nop); in exportfs_can_encode_fh()
/linux/fs/exportfs/
H A Dexpfs.c454 if (!exportfs_can_decode_fh(nop)) in exportfs_decode_fh_raw()
/linux/fs/nfsd/
H A Dexport.c440 if (!exportfs_can_decode_fh(inode->i_sb->s_export_op)) { in check_export()