Lines Matching defs:fid
225 u32 *fid, int buflen)
247 memcpy(fid, fh, len);
260 static int ovl_encode_fh(struct inode *inode, u32 *fid, int *max_len,
275 bytes = ovl_dentry_to_fid(ofs, dentry, fid, buflen);
790 static struct ovl_fh *ovl_fid_to_fh(struct fid *fid, int buflen, int fh_type)
794 /* If on-wire inner fid is aligned - nothing to do */
796 return (struct ovl_fh *)fid;
809 memcpy(fh->buf, fid, buflen - OVL_FH_WIRE_OFFSET);
813 static struct dentry *ovl_fh_to_dentry(struct super_block *sb, struct fid *fid,
822 fh = ovl_fid_to_fh(fid, len, fh_type);
841 if (!IS_ERR_OR_NULL(fh) && fh != (void *)fid)
853 static struct dentry *ovl_fh_to_parent(struct super_block *sb, struct fid *fid,