Lines Matching defs:file

46 #define MAX_REOPEN_ATT	5 /* these many maximum attempts to reopen a file */
370 /* query file data from the server */
373 /* query reparse point to determine which type of special file */
388 /* set size by file handle */
415 /* unlink file */
418 /* open, rename and delete file */
439 /* open a file for non-posix mounts */
444 /* close a file */
447 /* close a file, returning file attributes and timestamps */
511 int (*notify)(const unsigned int xid, struct file *pfile,
559 long (*fallocate)(struct file *, struct cifs_tcon *, int, loff_t,
589 loff_t (*llseek)(struct file *, struct cifs_tcon *, loff_t, int);
1260 bool need_reopen_files:1; /* need to reopen tcon file handles */
1359 * This is used to track byte stream locks on the file
1373 * One of these for each open instance of a file
1408 __u64 persistent_fid; /* persist file id for smb2 */
1409 __u64 volatile_fid; /* volatile file id for smb2 */
1430 struct list_head flist; /* next fid (file instance) for this inode */
1434 __u32 pid; /* process id who opened file */
1435 struct cifs_fid fid; /* file id from remote */
1442 bool invalidHandle:1; /* file closed via session abend */
1445 bool status_file_deleted:1; /* file has been deleted */
1463 __u64 persistent_fid; /* persist file id for smb2 */
1464 __u64 volatile_fid; /* volatile file id for smb2 */
1542 * Take a reference on the file private data. Must be called with
1568 * One of these for each file inode
1622 CIFS_FILE_SB(struct file *file)
1624 return CIFS_SB(file_inode(file)->i_sb);
1787 struct file *pfile;
2052 * tcon->open_file_lock and that before file->file_info_lock since the