Home
last modified time | relevance | path

Searched refs:EXPORT_FH_FID (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Dexportfs.h172 #define EXPORT_FH_FID 0x2 /* File handle may be non-decodeable */ macro
309 if (fh_flags & EXPORT_FH_FID) in exportfs_can_encode_fh()
323 EXPORT_FH_FID); in exportfs_encode_fid()
/linux/fs/
H A Dfhandle.c154 fh_flags |= EXPORT_FH_FID; in SYSCALL_DEFINE5()