Lines Matching refs:dentry
67 static char *dmabuffs_dname(struct dentry *dentry, char *buffer, int buflen)
73 dmabuf = dentry->d_fsdata;
80 return dynamic_dname(dentry, buffer, buflen, "/%s:%s", dentry->d_name.name, ret > 0 ? name : "");
83 static void dma_buf_release(struct dentry *dentry)
87 dmabuf = dentry->d_fsdata;
563 file->f_path.dentry->d_fsdata = dmabuf;
700 * Set file->f_path.dentry->d_fsdata to NULL so that when
704 file->f_path.dentry->d_fsdata = NULL;
1576 static struct dentry *dma_buf_debugfs_dir;
1580 struct dentry *d;