Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dexportfs.h111 FILEID_INO64_GEN_PARENT = 0x82, enumerator
/linux/fs/erofs/
H A Dsuper.c570 return parent ? FILEID_INO64_GEN_PARENT : FILEID_INO64_GEN; in erofs_encode_fh()
577 fh_type != FILEID_INO64_GEN_PARENT) || fh_len < 3) in erofs_fh_to_dentry()
587 if (fh_type != FILEID_INO64_GEN_PARENT || fh_len < 6) in erofs_fh_to_parent()
/linux/fs/fuse/
H A Dinode.c1149 return parent ? FILEID_INO64_GEN_PARENT : FILEID_INO64_GEN; in fuse_encode_fh()
1158 fh_type != FILEID_INO64_GEN_PARENT) || fh_len < 3) in fuse_fh_to_dentry()
1172 if (fh_type != FILEID_INO64_GEN_PARENT || fh_len < 6) in fuse_fh_to_parent()