Searched refs:dentry (Results 101 - 125 of 644) sorted by relevance

1234567891011>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dsecurity.h52 extern int cap_inode_setxattr(struct dentry *dentry, char *name, void *value, size_t size, int flags);
53 extern int cap_inode_removexattr(struct dentry *dentry, char *name);
179 * @dentry is a handle on the superblock for the filesystem.
285 * @dentry contains the dentry structure for the file to be created.
290 * @old_dentry contains the dentry structure for an existing link to the file.
292 * @new_dentry contains the dentry structure for the new link.
297 * @dentry contain
1455 security_quota_on(struct dentry * dentry) argument
1528 security_sb_statfs(struct dentry *dentry) argument
1612 security_inode_create(struct inode *dir, struct dentry *dentry, int mode) argument
1630 security_inode_unlink(struct inode *dir, struct dentry *dentry) argument
1638 security_inode_symlink(struct inode *dir, struct dentry *dentry, const char *old_name) argument
1647 security_inode_mkdir(struct inode *dir, struct dentry *dentry, int mode) argument
1656 security_inode_rmdir(struct inode *dir, struct dentry *dentry) argument
1664 security_inode_mknod(struct inode *dir, struct dentry *dentry, int mode, dev_t dev) argument
1685 security_inode_readlink(struct dentry *dentry) argument
1692 security_inode_follow_link(struct dentry *dentry, struct nameidata *nd) argument
1708 security_inode_setattr(struct dentry *dentry, struct iattr *attr) argument
1716 security_inode_getattr(struct vfsmount *mnt, struct dentry *dentry) argument
1731 security_inode_setxattr(struct dentry *dentry, char *name, void *value, size_t size, int flags) argument
1739 security_inode_post_setxattr(struct dentry *dentry, char *name, void *value, size_t size, int flags) argument
1747 security_inode_getxattr(struct dentry *dentry, char *name) argument
1754 security_inode_listxattr(struct dentry *dentry) argument
1761 security_inode_removexattr(struct dentry *dentry, char *name) argument
2088 security_d_instantiate(struct dentry *dentry, struct inode *inode) argument
2200 security_quota_on(struct dentry * dentry) argument
2272 security_sb_statfs(struct dentry *dentry) argument
2339 security_inode_create(struct inode *dir, struct dentry *dentry, int mode) argument
2353 security_inode_unlink(struct inode *dir, struct dentry *dentry) argument
2359 security_inode_symlink(struct inode *dir, struct dentry *dentry, const char *old_name) argument
2366 security_inode_mkdir(struct inode *dir, struct dentry *dentry, int mode) argument
2373 security_inode_rmdir(struct inode *dir, struct dentry *dentry) argument
2379 security_inode_mknod(struct inode *dir, struct dentry *dentry, int mode, dev_t dev) argument
2394 security_inode_readlink(struct dentry *dentry) argument
2399 security_inode_follow_link(struct dentry *dentry, struct nameidata *nd) argument
2411 security_inode_setattr(struct dentry *dentry, struct iattr *attr) argument
2417 security_inode_getattr(struct vfsmount *mnt, struct dentry *dentry) argument
2426 security_inode_setxattr(struct dentry *dentry, char *name, void *value, size_t size, int flags) argument
2432 security_inode_post_setxattr(struct dentry *dentry, char *name, void *value, size_t size, int flags) argument
2436 security_inode_getxattr(struct dentry *dentry, char *name) argument
2441 security_inode_listxattr(struct dentry *dentry) argument
2446 security_inode_removexattr(struct dentry *dentry, char *name) argument
2749 security_d_instantiate(struct dentry *dentry, struct inode *inode) argument
2787 securityfs_remove(struct dentry *dentry) argument
[all...]
H A Ddnotify.h27 extern void dnotify_parent(struct dentry *, unsigned long);
50 static inline void dnotify_parent(struct dentry *dentry, unsigned long event) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/
H A Dxattr.c72 vfs_setxattr(struct dentry *dentry, char *name, void *value, argument
75 struct inode *inode = dentry->d_inode;
83 error = security_inode_setxattr(dentry, name, value, size, flags);
88 error = inode->i_op->setxattr(dentry, name, value, size, flags);
90 fsnotify_xattr(dentry);
91 security_inode_post_setxattr(dentry, name, value,
100 fsnotify_xattr(dentry);
109 vfs_getxattr(struct dentry *dentry, cha argument
165 vfs_removexattr(struct dentry *dentry, char *name) argument
264 struct dentry *dentry; local
482 struct dentry *dentry; local
545 generic_getxattr(struct dentry *dentry, const char *name, void *buffer, size_t size) argument
561 generic_listxattr(struct dentry *dentry, char *buffer, size_t buffer_size) argument
589 generic_setxattr(struct dentry *dentry, const char *name, const void *value, size_t size, int flags) argument
607 generic_removexattr(struct dentry *dentry, const char *name) argument
[all...]
H A Dopen.c30 int vfs_statfs(struct dentry *dentry, struct kstatfs *buf) argument
34 if (dentry) {
36 if (dentry->d_sb->s_op->statfs) {
38 retval = security_sb_statfs(dentry);
41 retval = dentry->d_sb->s_op->statfs(dentry, buf);
51 static int vfs_statfs_native(struct dentry *dentry, struct statfs *buf) argument
56 retval = vfs_statfs(dentry,
94 vfs_statfs64(struct dentry *dentry, struct statfs64 *buf) argument
196 do_truncate(struct dentry *dentry, loff_t length, unsigned int time_attrs, struct file *filp) argument
291 struct dentry *dentry; local
441 struct dentry *dentry; local
497 struct dentry * dentry; local
571 chown_common(struct dentry * dentry, uid_t user, gid_t group) argument
659 struct dentry * dentry; local
673 __dentry_open(struct dentry *dentry, struct vfsmount *mnt, int flags, struct file *f, int (*open)(struct inode *, struct file *)) argument
791 lookup_instantiate_filp(struct nameidata *nd, struct dentry *dentry, int (*open)(struct inode *, struct file *)) argument
836 dentry_open(struct dentry *dentry, struct vfsmount *mnt, int flags) argument
[all...]
H A Danon_inodes.c36 static int anon_inodefs_delete_dentry(struct dentry *dentry) argument
39 * We faked vfs to believe the dentry was hashed when we created it.
42 dentry->d_flags |= DCACHE_UNHASHED;
57 * anonymous inode, and a dentry that describe the "class"
70 * hence saving memory and avoiding code duplication for the file/inode/dentry
78 struct dentry *dentry; local
108 dentry = d_alloc(anon_inode_mnt->mnt_sb->s_root, &this);
109 if (!dentry)
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/isofs/
H A Dnamei.c18 isofs_cmp(struct dentry * dentry, const char * compare, int dlen) argument
29 if (!dentry->d_name.len)
40 return dentry->d_op->d_compare(dentry, &dentry->d_name, &qstr);
50 isofs_find_entry(struct inode *dir, struct dentry *dentry, argument
142 match = (isofs_cmp(dentry, dpnt, dlen) == 0);
158 struct dentry *isofs_looku argument
[all...]
H A Dexport.c18 static struct dentry *
25 struct dentry *result;
45 static struct dentry *
60 static struct dentry *isofs_export_get_parent(struct dentry *child)
69 struct dentry *rv = NULL;
128 /* Allocate the dentry. */
143 isofs_export_encode_fh(struct dentry *dentry, argument
148 struct inode * inode = dentry
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/devpts/
H A Dinode.c27 static struct dentry *devpts_root;
127 printk("devpts: get root dentry failed\n");
151 static struct dentry *get_node(int num)
154 struct dentry *root = devpts_root;
164 struct dentry *dentry; local
181 dentry = get_node(number);
182 if (!IS_ERR(dentry) && !dentry->d_inode) {
183 d_instantiate(dentry, inod
194 struct dentry *dentry = get_node(number); local
211 struct dentry *dentry = get_node(number); local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/sysfs/
H A Dinode.c2 * inode.c - basic inode and dentry operations.
47 int sysfs_setattr(struct dentry * dentry, struct iattr * iattr) argument
49 struct inode * inode = dentry->d_inode;
50 struct sysfs_dirent * sd = dentry->d_fsdata;
159 int sysfs_create(struct dentry * dentry, int mode, int (*init)(struct inode *)) argument
163 if (dentry) {
164 if (!dentry->d_inode) {
165 struct sysfs_dirent * sd = dentry
249 struct dentry *dentry = NULL; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/exportfs/
H A Dexpfs.c13 static struct dentry *
14 find_acceptable_alias(struct dentry *result, argument
15 int (*acceptable)(void *context, struct dentry *dentry),
18 struct dentry *dentry, *toput = NULL; local
21 list_for_each_entry(dentry, &result->d_inode->i_dentry, d_alias) {
22 dget_locked(dentry);
26 if (dentry != result && acceptable(context, dentry)) {
341 get_name(struct dentry *dentry, char *name, struct dentry *child) argument
460 export_encode_fh(struct dentry *dentry, __u32 *fh, int *max_len, int connectable) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/nfs/
H A Dinternal.h15 const struct dentry *dentry; member in struct:nfs_clone_mount
59 extern struct vfsmount *nfs_do_refmount(const struct vfsmount *mnt_parent, struct dentry *dentry);
62 struct vfsmount *nfs_do_refmount(const struct vfsmount *mnt_parent, struct dentry *dentry) argument
132 const struct dentry *droot,
133 const struct dentry *dentry,
137 extern struct dentry *nfs_get_roo
149 nfs_devname(const struct vfsmount *mnt_parent, const struct dentry *dentry, char *buffer, ssize_t buflen) argument
[all...]
H A Dnfs4namespace.c54 const struct dentry *dentry,
65 return nfs_path(srvpath, mnt_parent->mnt_root, dentry, buffer, buflen);
70 * believe to be the server path to this dentry
73 const struct dentry *dentry,
79 path = nfs4_path(mnt_parent, dentry, page, PAGE_SIZE);
116 * @dentry - parent directory
124 const struct dentry *dentry,
53 nfs4_path(const struct vfsmount *mnt_parent, const struct dentry *dentry, char *buffer, ssize_t buflen) argument
72 nfs4_validate_fspath(const struct vfsmount *mnt_parent, const struct dentry *dentry, const struct nfs4_fs_locations *locations, char *page, char *page2) argument
123 nfs_follow_referral(const struct vfsmount *mnt_parent, const struct dentry *dentry, const struct nfs4_fs_locations *locations) argument
217 nfs_do_refmount(const struct vfsmount *mnt_parent, struct dentry *dentry) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/nfsd/
H A Dnfsfh.c40 static int nfsd_acceptable(void *expv, struct dentry *dentry) argument
44 struct dentry *tdentry;
45 struct dentry *parent;
50 tdentry = dget(dentry);
101 * Perform sanity checks on the dentry in a client's file handle.
103 * Note that the file handle dentry may need to be freed even after
114 struct dentry *dentry; local
192 * Look up the dentry usin
286 _fh_update(struct dentry *dentry, struct svc_export *exp, __u32 *datap, int *maxsize) argument
303 _fh_update_old(struct dentry *dentry, struct svc_export *exp, struct knfsd_fh *fh) argument
315 fh_compose(struct svc_fh *fhp, struct svc_export *exp, struct dentry *dentry, struct svc_fh *ref_fh) argument
480 struct dentry *dentry; local
522 struct dentry * dentry = fhp->fh_dentry; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/hfs/
H A Ddir.c20 static struct dentry *hfs_lookup(struct inode *dir, struct dentry *dentry, argument
28 dentry->d_op = &hfs_dentry_operations;
31 hfs_cat_build_key(dir->i_sb, fd.search_key, dir->i_ino, &dentry->d_name);
47 d_add(dentry, inode);
56 struct inode *inode = filp->f_path.dentry->d_inode;
180 static int hfs_create(struct inode *dir, struct dentry *dentry, int mode, argument
186 inode = hfs_new_inode(dir, &dentry
210 hfs_mkdir(struct inode *dir, struct dentry *dentry, int mode) argument
239 hfs_unlink(struct inode *dir, struct dentry *dentry) argument
265 hfs_rmdir(struct inode *dir, struct dentry *dentry) argument
[all...]
H A Dattr.c16 int hfs_setxattr(struct dentry *dentry, const char *name, argument
19 struct inode *inode = dentry->d_inode;
59 ssize_t hfs_getxattr(struct dentry *dentry, const char *name, argument
62 struct inode *inode = dentry->d_inode;
106 ssize_t hfs_listxattr(struct dentry *dentry, char *buffer, size_t size) argument
108 struct inode *inode = dentry->d_inode;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/mac80211/
H A Dsta_info.h118 struct dentry *dir;
119 struct dentry *flags;
120 struct dentry *num_ps_buf_frames;
121 struct dentry *last_ack_rssi;
122 struct dentry *last_ack_ms;
123 struct dentry *inactive_ms;
124 struct dentry *last_seq_ctrl;
126 struct dentry *wme_rx_queue;
127 struct dentry *wme_tx_queue;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/efs/
H A Dnamei.c60 struct dentry *efs_lookup(struct inode *dir, struct dentry *dentry, struct nameidata *nd) { argument
65 inodenum = efs_find_entry(dir, dentry->d_name.name, dentry->d_name.len);
74 d_add(dentry, inode);
78 struct dentry *efs_get_parent(struct dentry *child)
80 struct dentry *parent;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/mm/
H A Dtiny-shmem.c45 * @name: name for dentry (to be seen in /proc/<pid>/maps
54 struct dentry *dentry, *root; local
65 dentry = d_alloc(root, &this);
66 if (!dentry)
79 d_instantiate(dentry, inode);
83 file->f_path.dentry = dentry;
89 error = do_truncate(dentry, size, 0, file);
98 dput(dentry);
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/qnx4/
H A Dnamei.c109 struct dentry * qnx4_lookup(struct inode *dir, struct dentry *dentry, struct nameidata *nd) argument
115 const char *name = dentry->d_name.name;
116 int len = dentry->d_name.len;
138 d_add(dentry, foundinode);
144 int qnx4_create(struct inode *dir, struct dentry *dentry, int mode, argument
154 int qnx4_rmdir(struct inode *dir, struct dentry *dentry) argument
196 qnx4_unlink(struct inode *dir, struct dentry *dentry) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/affs/
H A Daffs.h134 extern int affs_remove_header(struct dentry *dentry);
143 extern int affs_copy_name(unsigned char *bstr, struct dentry *dentry);
156 extern struct dentry *affs_lookup(struct inode *dir, struct dentry *dentry, struct nameidata *);
157 extern int affs_unlink(struct inode *dir, struct dentry *dentry);
158 extern int affs_create(struct inode *dir, struct dentry *dentr
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/proc/
H A Dbase.c153 static int proc_cwd_link(struct inode *inode, struct dentry **dentry, struct vfsmount **mnt) argument
166 *dentry = dget(fs->pwd);
174 static int proc_root_link(struct inode *inode, struct dentry **dentry, struct vfsmount **mnt) argument
187 *dentry = dget(fs->root);
341 static int proc_setattr(struct dentry *dentry, struct iattr *attr) argument
344 struct inode *inode = dentry->d_inode;
477 struct inode * inode = file->f_path.dentry
932 proc_pid_follow_link(struct dentry *dentry, struct nameidata *nd) argument
950 do_proc_readlink(struct dentry *dentry, struct vfsmount *mnt, char __user *buffer, int buflen) argument
976 proc_pid_readlink(struct dentry * dentry, char __user * buffer, int buflen) argument
1062 pid_getattr(struct vfsmount *mnt, struct dentry *dentry, struct kstat *stat) argument
1100 pid_revalidate(struct dentry *dentry, struct nameidata *nd) argument
1122 pid_delete_dentry(struct dentry * dentry) argument
1196 name_to_int(struct dentry *dentry) argument
1220 proc_fd_info(struct inode *inode, struct dentry **dentry, struct vfsmount **mnt, char *info) argument
1260 proc_fd_link(struct inode *inode, struct dentry **dentry, struct vfsmount **mnt) argument
1266 tid_fd_revalidate(struct dentry *dentry, struct nameidata *nd) argument
1307 proc_fd_instantiate(struct inode *dir, struct dentry *dentry, struct task_struct *task, const void *ptr) argument
1361 proc_lookupfd_common(struct inode *dir, struct dentry *dentry, instantiate_t instantiate) argument
1384 struct dentry *dentry = filp->f_path.dentry; local
1443 proc_lookupfd(struct inode *dir, struct dentry *dentry, struct nameidata *nd) argument
1500 proc_fdinfo_instantiate(struct inode *dir, struct dentry *dentry, struct task_struct *task, const void *ptr) argument
1525 proc_lookupfdinfo(struct inode *dir, struct dentry *dentry, struct nameidata *nd) argument
1552 proc_pident_instantiate(struct inode *dir, struct dentry *dentry, struct task_struct *task, const void *ptr) argument
1582 proc_pident_lookup(struct inode *dir, struct dentry *dentry, const struct pid_entry *ents, unsigned int nents) argument
1632 struct dentry *dentry = filp->f_path.dentry; local
1771 proc_attr_dir_lookup(struct inode *dir, struct dentry *dentry, struct nameidata *nd) argument
1789 proc_self_readlink(struct dentry *dentry, char __user *buffer, int buflen) argument
1797 proc_self_follow_link(struct dentry *dentry, struct nameidata *nd) argument
1826 proc_base_revalidate(struct dentry *dentry, struct nameidata *nd) argument
1844 proc_base_instantiate(struct inode *dir, struct dentry *dentry, struct task_struct *task, const void *ptr) argument
1891 proc_base_lookup(struct inode *dir, struct dentry *dentry) argument
2023 proc_tgid_base_lookup(struct inode *dir, struct dentry *dentry, struct nameidata *nd) argument
2057 struct dentry *dentry, *leader, *dir; local
2101 proc_pid_instantiate(struct inode *dir, struct dentry * dentry, struct task_struct *task, const void *ptr) argument
2131 proc_pid_lookup(struct inode *dir, struct dentry * dentry, struct nameidata *nd) argument
2298 proc_tid_base_lookup(struct inode *dir, struct dentry *dentry, struct nameidata *nd) argument
2314 proc_task_instantiate(struct inode *dir, struct dentry *dentry, struct task_struct *task, const void *ptr) argument
2342 proc_task_lookup(struct inode *dir, struct dentry * dentry, struct nameidata *nd) argument
2456 struct dentry *dentry = filp->f_path.dentry; local
2518 proc_task_getattr(struct vfsmount *mnt, struct dentry *dentry, struct kstat *stat) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ufs/
H A Dfile.c30 static int ufs_sync_file(struct file *file, struct dentry *dentry, int datasync) argument
32 struct inode *inode = dentry->d_inode;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ext3/
H A Dsymlink.c26 static void * ext3_follow_link(struct dentry *dentry, struct nameidata *nd) argument
28 struct ext3_inode_info *ei = EXT3_I(dentry->d_inode);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ext4/
H A Dsymlink.c26 static void * ext4_follow_link(struct dentry *dentry, struct nameidata *nd) argument
28 struct ext4_inode_info *ei = EXT4_I(dentry->d_inode);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/hfsplus/
H A Ddir.c19 static inline void hfsplus_instantiate(struct dentry *dentry, argument
22 dentry->d_fsdata = (void *)(unsigned long)cnid;
23 d_instantiate(dentry, inode);
26 /* Find the entry inside dir named dentry->d_name */
27 static struct dentry *hfsplus_lookup(struct inode *dir, struct dentry *dentry, argument
39 dentry->d_fsdata = NULL;
41 hfsplus_cat_build_key(sb, fd.search_key, dir->i_ino, &dentry
236 hfsplus_create(struct inode *dir, struct dentry *dentry, int mode, struct nameidata *nd) argument
311 hfsplus_unlink(struct inode *dir, struct dentry *dentry) argument
357 hfsplus_mkdir(struct inode *dir, struct dentry *dentry, int mode) argument
378 hfsplus_rmdir(struct inode *dir, struct dentry *dentry) argument
396 hfsplus_symlink(struct inode *dir, struct dentry *dentry, const char *symname) argument
427 hfsplus_mknod(struct inode *dir, struct dentry *dentry, int mode, dev_t rdev) argument
[all...]

Completed in 246 milliseconds

1234567891011>>