Searched refs:fsid_len (Results 1 – 2 of 2) sorted by relevance
61 size_t fsid_len = key_len(fh->fh_fsid_type); in nfsd4_alloc_devid_map() local65 map = kzalloc(sizeof(*map) + fsid_len, GFP_KERNEL); in nfsd4_alloc_devid_map()70 memcpy(&map->fsid, fh_fsid(fh), fsid_len); in nfsd4_alloc_devid_map()
4222 int fileid_type, fsid_len, maxsize, flags = 0; in setup_notify_fhandle() local4242 fsid_len = key_len(fi->fi_fhandle.fh_fsid_type); in setup_notify_fhandle()4243 fhp->fh_size = 4 + fsid_len; in setup_notify_fhandle()4248 fid = (struct fid *)(fh_fsid(fhp) + fsid_len/4); in setup_notify_fhandle()