Lines Matching defs:file
3 * This file contains vfs inode ops for the 9P2000.L protocol.
12 #include <linux/file.h>
40 * new file system object. This checks the S_ISGID to determine the owning
41 * group of the new file system object.
218 * @excl: True if the file must not yet exist
230 struct file *file, unsigned int flags, umode_t omode)
256 return finish_no_open(file, res);
293 "write-only file with writeback enabled, creating w/ O_RDWR\n");
322 /* Since we are opening a file, assign the open fid to the file */
323 err = finish_open(file, dentry, generic_file_open);
326 file->private_data = ofid;
331 file->f_mode & FMODE_WRITE);
336 file->f_mode |= FMODE_CREATED;
528 * v9fs_vfs_setattr_dotl - set file metadata
530 * @dentry: file whose metadata to set
589 "Flushing file prior to setattr failed: %d\n", retval);
775 * @old_dentry: dentry for file to link to
831 * v9fs_vfs_mknod_dotl - create a special file
834 * @dentry: dentry for file
836 * @rdev: device associated with special file
966 * Don't update inode if the file type is different