Searched defs:cifsFileInfo (Results 1 – 1 of 1) sorted by relevance
930 struct cifsFileInfo { struct931 struct list_head tlist; /* pointer to next fid owned by tcon */932 struct list_head flist; /* next fid (file instance) for this inode */933 struct cifs_fid_locks *llist; /* brlocks held by this fid */934 kuid_t uid; /* allows finding which FileInfo structure */935 __u32 pid; /* process id who opened file */936 struct cifs_fid fid; /* file id from remote */939 struct dentry *dentry;940 unsigned int f_flags;941 struct tcon_link *tlink;[all …]