Home
last modified time | relevance | path

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

/src/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzpl_export.c41 int len_bytes, required_len, parent_len, rc, prc, fh_type; in zpl_encode_fh() local
87 fh_type = FILEID_INO32_GEN_PARENT; in zpl_encode_fh()
89 fh_type = FILEID_INO32_GEN; in zpl_encode_fh()
96 return (rc == 0 ? fh_type : FILEID_INVALID); in zpl_encode_fh()
101 int fh_len, int fh_type) in zpl_fh_to_dentry() argument
110 if ((fh_type != FILEID_INO32_GEN && in zpl_fh_to_dentry()
111 fh_type != FILEID_INO32_GEN_PARENT) || in zpl_fh_to_dentry()
143 int fh_len, int fh_type) in zpl_fh_to_parent() argument
160 if ((fh_type != FILEID_INO32_GEN_PARENT) || in zpl_fh_to_parent()