Home
last modified time | relevance | path

Searched refs:filep (Results 1 – 7 of 7) sorted by relevance

/fs/nfs/
Dnfs4file.c208 static loff_t nfs4_file_llseek(struct file *filep, loff_t offset, int whence) in nfs4_file_llseek() argument
215 ret = nfs42_proc_llseek(filep, offset, whence); in nfs4_file_llseek()
220 return nfs_file_llseek(filep, offset, whence); in nfs4_file_llseek()
224 static long nfs42_fallocate(struct file *filep, int mode, loff_t offset, loff_t len) in nfs42_fallocate() argument
226 struct inode *inode = file_inode(filep); in nfs42_fallocate()
240 return nfs42_proc_deallocate(filep, offset, len); in nfs42_fallocate()
241 return nfs42_proc_allocate(filep, offset, len); in nfs42_fallocate()
325 struct file *filep, *res; in __nfs42_ssc_open() local
363 filep = alloc_file_pseudo(r_ino, ss_mnt, read_name, FMODE_READ, in __nfs42_ssc_open()
365 if (IS_ERR(filep)) { in __nfs42_ssc_open()
[all …]
Dnfs42proc.c25 static void nfs42_set_netaddr(struct file *filep, struct nfs42_netaddr *naddr) in nfs42_set_netaddr() argument
27 struct nfs_client *clp = (NFS_SERVER(file_inode(filep)))->nfs_client; in nfs42_set_netaddr()
44 static int _nfs42_proc_fallocate(struct rpc_message *msg, struct file *filep, in _nfs42_proc_fallocate() argument
47 struct inode *inode = file_inode(filep); in _nfs42_proc_fallocate()
90 static int nfs42_proc_fallocate(struct rpc_message *msg, struct file *filep, in nfs42_proc_fallocate() argument
93 struct inode *inode = file_inode(filep); in nfs42_proc_fallocate()
99 lock = nfs_get_lock_context(nfs_file_open_context(filep)); in nfs42_proc_fallocate()
111 err = _nfs42_proc_fallocate(msg, filep, lock, offset, len); in nfs42_proc_fallocate()
123 int nfs42_proc_allocate(struct file *filep, loff_t offset, loff_t len) in nfs42_proc_allocate() argument
128 struct inode *inode = file_inode(filep); in nfs42_proc_allocate()
[all …]
/fs/cifs/
Dioctl.c38 static long cifs_ioctl_query_info(unsigned int xid, struct file *filep, in cifs_ioctl_query_info() argument
41 struct inode *inode = file_inode(filep); in cifs_ioctl_query_info()
44 struct dentry *dentry = filep->f_path.dentry; in cifs_ioctl_query_info()
69 filep->private_data ? 0 : 1, p); in cifs_ioctl_query_info()
164 long cifs_ioctl(struct file *filep, unsigned int command, unsigned long arg) in cifs_ioctl() argument
166 struct inode *inode = file_inode(filep); in cifs_ioctl()
170 struct cifsFileInfo *pSMBFile = filep->private_data; in cifs_ioctl()
241 rc = cifs_ioctl_copychunk(xid, filep, arg); in cifs_ioctl()
244 rc = cifs_ioctl_query_info(xid, filep, arg); in cifs_ioctl()
319 filep, (void __user *)arg); in cifs_ioctl()
Dcifsfs.h154 extern long cifs_ioctl(struct file *filep, unsigned int cmd, unsigned long arg);
/fs/gfs2/
Dfile.c395 static void gfs2_size_hint(struct file *filep, loff_t offset, size_t size) in gfs2_size_hint() argument
397 struct inode *inode = file_inode(filep); in gfs2_size_hint()
/fs/
Dbinfmt_elf.c360 static unsigned long elf_map(struct file *filep, unsigned long addr, in elf_map() argument
385 map_addr = vm_mmap(filep, addr, total_size, prot, type, off); in elf_map()
389 map_addr = vm_mmap(filep, addr, size, prot, type, off); in elf_map()
/fs/nfsd/
Dnfs4proc.c1162 extern void nfs42_ssc_close(struct file *filep);