Searched refs:nop (Results 1 – 3 of 3) sorted by relevance
304 static inline bool exportfs_can_encode_fid(const struct export_operations *nop) in exportfs_can_encode_fid() argument306 return !nop || nop->encode_fh; in exportfs_can_encode_fid()309 static inline bool exportfs_can_decode_fh(const struct export_operations *nop) in exportfs_can_decode_fh() argument311 return nop && nop->fh_to_dentry; in exportfs_can_decode_fh()314 static inline bool exportfs_can_encode_fh(const struct export_operations *nop, in exportfs_can_encode_fh() argument317 if (!nop) in exportfs_can_encode_fh()325 return exportfs_can_encode_fid(nop); in exportfs_can_encode_fh()331 if ((fh_flags & EXPORT_FH_CONNECTABLE) && !nop->fh_to_parent) in exportfs_can_encode_fh()338 return exportfs_can_decode_fh(nop); in exportfs_can_encode_fh()
75 bool nop; member
20 #ifndef nop21 #define nop() asm volatile ("nop") macro
Completed in 8 milliseconds