Searched defs:dentry (Results 1 - 6 of 6) sorted by relevance

/arch/powerpc/platforms/cell/spufs/
H A Dsyscalls.c50 i = SPUFS_I(filp->f_path.dentry->d_inode);
66 struct dentry *dentry; local
69 dentry = user_path_create(AT_FDCWD, pathname, &path, 1);
70 ret = PTR_ERR(dentry);
71 if (!IS_ERR(dentry)) {
72 ret = spufs_create(&path, dentry, flags, mode, neighbor);
H A Dinode.c111 spufs_setattr(struct dentry *dentry, struct iattr *attr) argument
113 struct inode *inode = dentry->d_inode;
125 spufs_new_file(struct super_block *sb, struct dentry *dentry, argument
145 d_add(dentry, inode);
161 static void spufs_prune_dir(struct dentry *dir)
163 struct dentry *dentry, *tmp; local
166 list_for_each_entry_safe(dentry, tm
199 struct dentry *dentry, *tmp; local
265 spufs_mkdir(struct inode *dir, struct dentry *dentry, unsigned int flags, umode_t mode) argument
320 spufs_context_open(struct dentry *dentry, struct vfsmount *mnt) argument
448 spufs_create_context(struct inode *inode, struct dentry *dentry, struct vfsmount *mnt, int flags, umode_t mode, struct file *aff_filp) argument
523 spufs_mkgang(struct inode *dir, struct dentry *dentry, umode_t mode) argument
559 spufs_gang_open(struct dentry *dentry, struct vfsmount *mnt) argument
584 spufs_create_gang(struct inode *inode, struct dentry *dentry, struct vfsmount *mnt, umode_t mode) argument
613 spufs_create(struct path *path, struct dentry *dentry, unsigned int flags, umode_t mode, struct file *filp) argument
[all...]
/arch/s390/hypfs/
H A Dhypfs.h22 extern struct dentry *hypfs_mkdir(struct super_block *sb, struct dentry *parent,
25 extern struct dentry *hypfs_create_u64(struct super_block *sb,
26 struct dentry *dir, const char *name,
29 extern struct dentry *hypfs_create_str(struct super_block *sb,
30 struct dentry *dir, const char *name,
36 extern int hypfs_diag_create_files(struct super_block *sb, struct dentry *root);
41 extern int hypfs_vm_create_files(struct super_block *sb, struct dentry *root);
64 struct dentry *dentry; member in struct:hypfs_dbfs_file
[all...]
H A Dinode.c31 static struct dentry *hypfs_create_update_file(struct super_block *sb,
32 struct dentry *dir);
37 struct dentry *update_file; /* file to trigger update */
47 static struct dentry *hypfs_last_dentry;
60 static void hypfs_add_dentry(struct dentry *dentry) argument
62 dentry->d_fsdata = hypfs_last_dentry;
63 hypfs_last_dentry = dentry;
66 static inline int hypfs_positive(struct dentry *dentry) argument
71 hypfs_remove(struct dentry *dentry) argument
336 struct dentry *dentry; local
374 struct dentry *dentry; local
386 struct dentry *dentry; local
403 struct dentry *dentry; local
423 struct dentry *dentry; local
[all...]
/arch/sh/mm/
H A Dpmb.c864 struct dentry *dentry; local
866 dentry = debugfs_create_file("pmb", S_IFREG | S_IRUGO,
868 if (!dentry)
/arch/ia64/kernel/
H A Dperfmon.c616 static struct dentry *
2179 pfmfs_delete_dentry(const struct dentry *dentry) argument
2184 static char *pfmfs_dname(struct dentry *dentry, char *buffer, int buflen) argument
2186 return dynamic_dname(dentry, buffer, buflen, "pfm:[%lu]",
2187 dentry->d_inode->i_ino);
2220 path.dentry = d_alloc(pfmfs_mnt->mnt_root, &this);
2221 if (!path.dentry) {
2227 d_add(path.dentry, inod
[all...]

Completed in 126 milliseconds