Lines Matching defs:file
5 * This file contains vfs inode ops for the 9P2000 protocol.
16 #include <linux/file.h>
578 * v9fs_create - Create a file
658 * v9fs_vfs_create - VFS hook to create a regular file
787 struct file *file, unsigned flags, umode_t mode)
807 return finish_no_open(file, res);
844 err = finish_open(file, dentry, generic_file_open);
848 file->private_data = fid;
850 v9fs_cache_inode_set_cookie(d_inode(dentry), file);
852 file->f_mode |= FMODE_CREATED;
946 * 9P .u can only handle file rename in the same directory
989 * v9fs_vfs_getattr - retrieve file metadata
1029 * v9fs_vfs_setattr - set file metadata
1030 * @dentry: file whose metadata to set
1228 * v9fs_vfs_mkspecial - create a special file
1229 * @dir: inode to create special file in
1231 * @perm: mode to create special file
1232 * @extension: 9p2000.u format extension string representing special file
1281 * @old_dentry: dentry for file to link to
1313 * v9fs_vfs_mknod - create a special file
1315 * @dentry: dentry for file
1317 * @rdev: device associated with special file
1360 * Don't update inode if the file type is different