Searched refs:filep (Results 1 – 3 of 3) sorted by relevance
/fs/cifs/ |
D | ioctl.c | 33 long cifs_ioctl(struct file *filep, unsigned int command, unsigned long arg) in cifs_ioctl() argument 35 struct inode *inode = filep->f_dentry->d_inode; in cifs_ioctl() 45 (struct cifsFileInfo *)filep->private_data; in cifs_ioctl() 50 cFYI(1, ("ioctl file %p cmd %u arg %lu", filep, command, arg)); in cifs_ioctl()
|
D | cifsfs.h | 97 extern long cifs_ioctl(struct file *filep, unsigned int cmd, unsigned long arg);
|
/fs/ |
D | binfmt_elf.c | 327 static unsigned long elf_map(struct file *filep, unsigned long addr, in elf_map() argument 353 map_addr = do_mmap(filep, addr, total_size, prot, type, off); in elf_map() 357 map_addr = do_mmap(filep, addr, size, prot, type, off); in elf_map()
|