Searched refs:dentry (Results 1 - 2 of 2) sorted by last modified time

/ipc/
H A Dmqueue.c329 static struct dentry *mqueue_mount(struct file_system_type *fs_type,
422 static int mqueue_create(struct inode *dir, struct dentry *dentry, argument
426 struct mq_attr *attr = dentry->d_fsdata;
457 d_instantiate(dentry, inode);
458 dget(dentry);
467 static int mqueue_unlink(struct inode *dir, struct dentry *dentry) argument
469 struct inode *inode = dentry->d_inode;
474 dput(dentry);
863 struct dentry *dentry; local
[all...]
H A Dshm.c1135 size = i_size_read(path.dentry->d_inode);

Completed in 62 milliseconds