Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzpl_export.c49 fid->fid_len = len_bytes - offsetof(fid_t, fid_data); in zpl_encode_fh()
59 required_len = offsetof(fid_t, fid_data) + fid->fid_len; in zpl_encode_fh()
71 pfid->fid_len = parent_len - offsetof(fid_t, fid_data); in zpl_encode_fh()
86 pfid->fid_len; in zpl_encode_fh()
113 len_bytes < offsetof(fid_t, fid_data) + fid->fid_len) in zpl_fh_to_dentry()
162 len_bytes < offsetof(fid_t, fid_data) + fid->fid_len) in zpl_fh_to_parent()
165 child_fid_bytes = offsetof(fid_t, fid_data) + fid->fid_len; in zpl_fh_to_parent()
173 if (parent_len_bytes < offsetof(fid_t, fid_data) + pfid->fid_len) in zpl_fh_to_parent()
H A Dzfs_ctldir.c658 if (fidp->fid_len < LONG_FID_LEN) { in zfsctl_snapdir_fid()
659 fidp->fid_len = LONG_FID_LEN; in zfsctl_snapdir_fid()
709 if (fidp->fid_len < SHORT_FID_LEN) { in zfsctl_fid()
710 fidp->fid_len = SHORT_FID_LEN; in zfsctl_fid()
H A Dzfs_vfsops.c1567 if (fidp->fid_len == SHORT_FID_LEN || fidp->fid_len == LONG_FID_LEN) { in zfs_vget()
1580 if (fidp->fid_len == LONG_FID_LEN) { in zfs_vget()
H A Dzfs_vnops_os.c4354 if (fidp->fid_len < SHORT_FID_LEN) { in zfs_fid()
4355 fidp->fid_len = SHORT_FID_LEN; in zfs_fid()
/freebsd/usr.sbin/bootparamd/bootparamd/
H A Dbootparamd.c190 int ch, pch, fid_len, res = 0; in getthefile() local
249 fid_len = strlen(fileid); in getthefile()
255 if (! strncmp(info, fileid, fid_len) && *(info + fid_len) == '=') { in getthefile()
256 where = info + fid_len + 1; in getthefile()
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dvfs.h48 #define fid_len un._fid.len macro
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_vfsops.c1899 if (zfsvfs->z_parent == zfsvfs && fidp->fid_len == LONG_FID_LEN) { in zfs_fhtovp()
1918 if (fidp->fid_len == SHORT_FID_LEN || fidp->fid_len == LONG_FID_LEN) { in zfs_fhtovp()
1931 if (fidp->fid_len == LONG_FID_LEN && setgen != 0) { in zfs_fhtovp()
H A Dzfs_vnops_os.c4080 fidp->fid_len = size; in zfs_fid()
/freebsd/sys/fs/tmpfs/
H A Dtmpfs_vfsops.c593 if (fhp->fid_len != sizeof(*tfd)) in tmpfs_fhtovp()
/freebsd/sys/sys/
H A Dmount.h76 u_short fid_len; /* length of data in bytes */ member