Lines Matching defs:file
20 static long autofs_root_ioctl(struct file *, unsigned int, unsigned long);
22 static long autofs_root_compat_ioctl(struct file *,
25 static int autofs_dir_open(struct inode *inode, struct file *file);
78 static int autofs_dir_open(struct inode *inode, struct file *file)
80 struct dentry *dentry = file->f_path.dentry;
84 pr_debug("file=%p dentry=%p %pd\n", file, dentry, dentry);
90 * An empty directory in an autofs file system is always a
95 * autofs file system so just let the libfs routines handle
99 if (!path_is_mountpoint(&file->f_path) && autofs_empty(ino)) {
106 return dcache_dir_open(inode, file);
521 * to create directories within the file system.
557 * file system needs to be preserved over restarts.
612 * that the file no longer exists. However, doing that means that the
854 static int autofs_root_ioctl_unlocked(struct inode *inode, struct file *filp,
905 static long autofs_root_ioctl(struct file *filp,
914 static long autofs_root_compat_ioctl(struct file *filp,