Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dexportfs.h161 #define EXPORT_FH_DIR_ONLY 0x4 /* Only decode file handle for a directory */ macro
/linux-6.12.1/fs/
Dfhandle.c280 ctx->fh_flags = EXPORT_FH_DIR_ONLY; in may_decode_fh()
/linux-6.12.1/fs/exportfs/
Dexpfs.c448 if ((flags & EXPORT_FH_DIR_ONLY) && !d_is_dir(result)) { in exportfs_decode_fh_raw()