Home
last modified time | relevance | path

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

/fs/cifs/
Dioctl.c33 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()
Dcifsfs.h97 extern long cifs_ioctl(struct file *filep, unsigned int cmd, unsigned long arg);
/fs/
Dbinfmt_elf.c327 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()