Home
last modified time | relevance | path

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

/fs/nfs/
A Dnfs4file.c216 return nfs_file_llseek(filep, offset, whence); in nfs4_file_llseek()
222 struct inode *inode = file_inode(filep); in nfs42_fallocate()
245 return nfs42_proc_allocate(filep, offset, len); in nfs42_fallocate()
308 struct file *filep, *res; in __nfs42_ssc_open() local
347 if (IS_ERR(filep)) { in __nfs42_ssc_open()
348 res = ERR_CAST(filep); in __nfs42_ssc_open()
354 flags_to_mode(filep->f_flags), filep); in __nfs42_ssc_open()
375 nfs_file_set_open_context(filep, ctx); in __nfs42_ssc_open()
378 file_ra_state_init(&filep->f_ra, filep->f_mapping->host->i_mapping); in __nfs42_ssc_open()
379 res = filep; in __nfs42_ssc_open()
[all …]
A Dnfs42proc.c49 struct inode *inode = file_inode(filep); in _nfs42_proc_fallocate()
104 struct inode *inode = file_inode(filep); in nfs42_proc_fallocate()
139 struct inode *inode = file_inode(filep); in nfs42_proc_allocate()
147 err = nfs42_proc_fallocate(&msg, filep, offset, len); in nfs42_proc_allocate()
161 struct inode *inode = file_inode(filep); in nfs42_proc_deallocate()
169 err = nfs42_proc_fallocate(&msg, filep, offset, len); in nfs42_proc_deallocate()
185 struct inode *inode = file_inode(filep); in nfs42_proc_zero_range()
193 err = nfs42_proc_fallocate(&msg, filep, offset, len); in nfs42_proc_zero_range()
839 static loff_t _nfs42_proc_llseek(struct file *filep, in _nfs42_proc_llseek() argument
842 struct inode *inode = file_inode(filep); in _nfs42_proc_llseek()
[all …]
/fs/smb/client/
A Dioctl.c26 static long cifs_ioctl_query_info(unsigned int xid, struct file *filep, in cifs_ioctl_query_info() argument
29 struct inode *inode = file_inode(filep); in cifs_ioctl_query_info()
32 struct dentry *dentry = filep->f_path.dentry; in cifs_ioctl_query_info()
60 filep->private_data ? 0 : 1, p); in cifs_ioctl_query_info()
349 long cifs_ioctl(struct file *filep, unsigned int command, unsigned long arg) in cifs_ioctl() argument
351 struct inode *inode = file_inode(filep); in cifs_ioctl()
355 struct cifsFileInfo *pSMBFile = filep->private_data; in cifs_ioctl()
437 rc = cifs_ioctl_copychunk(xid, filep, arg); in cifs_ioctl()
440 rc = cifs_ioctl_query_info(xid, filep, arg); in cifs_ioctl()
557 filep, (void __user *)arg, in cifs_ioctl()
[all …]
A Dcifsfs.h136 extern long cifs_ioctl(struct file *filep, unsigned int cmd, unsigned long arg);
/fs/
A Dbinfmt_elf.c355 static unsigned long elf_map(struct file *filep, unsigned long addr, in elf_map() argument
380 map_addr = vm_mmap(filep, addr, total_size, prot, type, off); in elf_map()
384 map_addr = vm_mmap(filep, addr, size, prot, type, off); in elf_map()
399 static unsigned long elf_load(struct file *filep, unsigned long addr, in elf_load() argument
407 map_addr = elf_map(filep, addr, eppnt, prot, type, total_size); in elf_load()
/fs/gfs2/
A Dfile.c367 static void gfs2_size_hint(struct file *filep, loff_t offset, size_t size) in gfs2_size_hint() argument
369 struct inode *inode = file_inode(filep); in gfs2_size_hint()
/fs/nfsd/
A Dnfs4proc.c1421 extern void nfs42_ssc_close(struct file *filep);

Completed in 27 milliseconds