Home
last modified time | relevance | path

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

/linux-6.14.4/include/linux/
Dexportfs.h297 static inline bool exportfs_can_decode_fh(const struct export_operations *nop) in exportfs_can_decode_fh() function
316 return exportfs_can_decode_fh(nop); in exportfs_can_encode_fh()
/linux-6.14.4/fs/exportfs/
Dexpfs.c455 if (!exportfs_can_decode_fh(nop)) in exportfs_decode_fh_raw()
/linux-6.14.4/fs/overlayfs/
Dutil.c89 if (!exportfs_can_decode_fh(sb->s_export_op)) in ovl_can_decode_fh()
/linux-6.14.4/fs/nfsd/
Dexport.c442 if (!exportfs_can_decode_fh(inode->i_sb->s_export_op)) { in check_export()
/linux-6.14.4/fs/notify/fanotify/
Dfanotify_user.c1700 if (mark_type != FAN_MARK_INODE && !exportfs_can_decode_fh(nop)) in fanotify_test_fid()