Searched refs:path (Results 1 - 4 of 4) sorted by path

/ipc/
H A Dmqueue.c732 struct path *path, int oflag, umode_t mode,
743 path->dentry->d_fsdata = attr;
757 ret = vfs_create(dir, path->dentry, mode, true);
758 path->dentry->d_fsdata = NULL;
761 return dentry_open(path, oflag, cred);
765 static struct file *do_open(struct path *path, int oflag) argument
773 if (inode_permission(path->dentry->d_inode, acc))
775 return dentry_open(path, ofla
731 do_create(struct ipc_namespace *ipc_ns, struct inode *dir, struct path *path, int oflag, umode_t mode, struct mq_attr *attr) argument
781 struct path path; local
[all...]
H A Dshm.c1064 struct path path; local
1132 path = shp->shm_file->f_path;
1133 path_get(&path);
1135 size = i_size_read(path.dentry->d_inode);
1142 path_put(&path);
1146 file = alloc_file(&path, f_mode,
1153 path_put(&path);
H A Dutil.c39 * Note that sems have a special fast path that avoids kern_ipc_perm.lock -
68 const char *path; member in struct:ipc_proc_iface
153 * @path: Path in procfs
158 void __init ipc_init_proc_interface(const char *path, const char *header, argument
167 iface->path = path;
172 pde = proc_create_data(path,
H A Dutil.h91 void __init ipc_init_proc_interface(const char *path, const char *header,
94 #define ipc_init_proc_interface(path, header, ids, show) do {} while (0)

Completed in 8 milliseconds