Home
last modified time | relevance | path

Searched defs:cifsFileInfo (Results 1 – 1 of 1) sorted by relevance

/fs/cifs/
Dcifsglob.h1042 struct cifsFileInfo { struct
1044 struct list_head tlist; /* pointer to next fid owned by tcon */
1045 struct list_head flist; /* next fid (file instance) for this inode */
1047 struct cifs_fid_locks *llist; /* brlocks held by this fid */
1048 kuid_t uid; /* allows finding which FileInfo structure */
1049 __u32 pid; /* process id who opened file */
1050 struct cifs_fid fid; /* file id from remote */
1053 struct dentry *dentry;
1054 struct tcon_link *tlink;
1055 unsigned int f_flags;
[all …]