Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dexportfs.h336 static inline bool exportfs_can_decode_fh(const struct export_operations *nop) in exportfs_can_decode_fh() function
347 return exportfs_can_decode_fh(nop) && !nop->open && !nop->permission; in exportfs_may_export()
375 return exportfs_can_decode_fh(nop); in exportfs_can_encode_fh()
/linux/fs/exportfs/
H A Dexpfs.c455 if (!exportfs_can_decode_fh(nop)) in exportfs_decode_fh_raw()
/linux/fs/overlayfs/
H A Dutil.c85 if (!exportfs_can_decode_fh(sb->s_export_op)) in ovl_can_decode_fh()
/linux/fs/notify/fanotify/
H A Dfanotify_user.c1822 if (mark_type != FAN_MARK_INODE && !exportfs_can_decode_fh(nop)) in fanotify_test_fid()