Searched refs:fid_len (Results 1 – 10 of 10) sorted by relevance
| /freebsd/sys/contrib/openzfs/module/os/linux/zfs/ |
| H A D | zpl_export.c | 49 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 D | zfs_ctldir.c | 658 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 D | zfs_vfsops.c | 1567 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 D | zfs_vnops_os.c | 4354 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 D | bootparamd.c | 190 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 D | vfs.h | 48 #define fid_len un._fid.len macro
|
| /freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | zfs_vfsops.c | 1899 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 D | zfs_vnops_os.c | 4080 fidp->fid_len = size; in zfs_fid()
|
| /freebsd/sys/fs/tmpfs/ |
| H A D | tmpfs_vfsops.c | 593 if (fhp->fid_len != sizeof(*tfd)) in tmpfs_fhtovp()
|
| /freebsd/sys/sys/ |
| H A D | mount.h | 76 u_short fid_len; /* length of data in bytes */ member
|