Home
last modified time | relevance | path

Searched refs:dentry (Results 1 – 2 of 2) sorted by relevance

/ipc/
Dmqueue.c271 static int mqueue_create(struct inode *dir, struct dentry *dentry, in mqueue_create() argument
275 struct mq_attr *attr = dentry->d_fsdata; in mqueue_create()
297 d_instantiate(dentry, inode); in mqueue_create()
298 dget(dentry); in mqueue_create()
305 static int mqueue_unlink(struct inode *dir, struct dentry *dentry) in mqueue_unlink() argument
307 struct inode *inode = dentry->d_inode; in mqueue_unlink()
312 dput(dentry); in mqueue_unlink()
326 struct mqueue_inode_info *info = MQUEUE_I(filp->f_path.dentry->d_inode); in mqueue_read_file()
347 filp->f_path.dentry->d_inode->i_atime = filp->f_path.dentry->d_inode->i_ctime = CURRENT_TIME; in mqueue_read_file()
353 struct mqueue_inode_info *info = MQUEUE_I(filp->f_path.dentry->d_inode); in mqueue_flush_file()
[all …]
Dshm.c177 user_shm_unlock(shp->shm_file->f_path.dentry->d_inode->i_size, in shm_destroy()
275 static int shm_fsync(struct file *file, struct dentry *dentry, int datasync) in shm_fsync() argument
277 int (*fsync) (struct file *, struct dentry *, int datasync); in shm_fsync()
283 ret = fsync(sfd->file, sfd->file->f_path.dentry, datasync); in shm_fsync()
563 inode = shp->shm_file->f_path.dentry->d_inode; in shm_get_stat()
876 path.dentry = dget(shp->shm_file->f_path.dentry); in do_shmat()
879 size = i_size_read(path.dentry->d_inode); in do_shmat()
887 file = alloc_file(path.mnt, path.dentry, f_mode, &shm_file_operations); in do_shmat()
944 dput(path.dentry); in do_shmat()
1012 size = vma->vm_file->f_path.dentry->d_inode->i_size; in SYSCALL_DEFINE1()