Searched refs:dentry_open (Results 1 - 21 of 21) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ecryptfs/
H A Dkthread.c75 (*req->lower_file) = dentry_open(
126 * @lower_file: Result of dentry_open by root on lower dentry
149 (*lower_file) = dentry_open(lower_dentry, lower_mnt, flags, cred);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dnfsctl.c44 return dentry_open(nd.path.dentry, nd.path.mnt, flags,
H A Dopen.c804 * dentry_open() will have done dput(dentry) and mntput(mnt) if it returns an
807 struct file *dentry_open(struct dentry *dentry, struct vfsmount *mnt, int flags, function
838 EXPORT_SYMBOL(dentry_open); variable
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/tomoyo/
H A Dtomoyo.c252 .dentry_open = tomoyo_dentry_open,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/exportfs/
H A Dexpfs.c268 file = dentry_open(dget(dentry), mntget(mnt), O_RDONLY, cred);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfsd/
H A Dnfs4recover.c210 filp = dentry_open(dget(dir), mntget(rec_file->f_path.mnt), O_RDONLY,
H A Dvfs.c775 *filp = dentry_open(dget(dentry), mntget(fhp->fh_export->ex_path.mnt),
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hppfs/
H A Dhppfs.c454 data->proc_file = dentry_open(dget(proc_dentry), mntget(proc_mnt),
511 data->proc_file = dentry_open(dget(proc_dentry), mntget(proc_mnt),
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/cell/spufs/
H A Dinode.c327 filp = dentry_open(dentry, mnt, O_RDONLY, current_cred());
566 filp = dentry_open(dentry, mnt, O_RDONLY, current_cred());
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/notify/fanotify/
H A Dfanotify_user.c83 new_file = dentry_open(dentry, mnt,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/autofs4/
H A Ddev-ioctl.c260 filp = dentry_open(path.dentry, path.mnt, O_RDONLY,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/ipc/
H A Dmqueue.c628 result = dentry_open(dentry, ipc_ns->mq_mnt, oflag, cred);
630 * dentry_open() took a persistent mnt_want_write(),
664 return dentry_open(dentry, ipc_ns->mq_mnt, oflag, cred);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cachefiles/
H A Drdwr.c921 file = dentry_open(object->backer, cache->mnt, O_RDWR,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/apparmor/
H A Dlsm.c640 .dentry_open = apparmor_dentry_open,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/
H A Dcapability.c938 set_to_cap_if_null(ops, dentry_open);
H A Dsecurity.c694 ret = security_ops->dentry_open(file, cred);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/linux-2.6/
H A Dxfs_ioctl.c260 filp = dentry_open(dentry, mntget(parfilp->f_path.mnt),
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dsysctl_binary.c1362 file = dentry_open(nd.path.dentry, nd.path.mnt, flags, current_cred());
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dsecurity.h629 * @dentry_open
1482 int (*dentry_open) (struct file *file, const struct cred *cred); member in struct:security_operations
H A Dfs.h1924 extern struct file * dentry_open(struct dentry *, struct vfsmount *, int,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/selinux/
H A Dhooks.c2236 devnull = dentry_open(
2919 /* No change since dentry_open check. */
5450 .dentry_open = selinux_dentry_open,

Completed in 486 milliseconds