Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/client/
H A Dcifsglob.h1431 struct cifsFileInfo { struct
1433 struct list_head tlist; /* pointer to next fid owned by tcon */
1434 struct list_head flist; /* next fid (file instance) for this inode */
1436 struct cifs_fid_locks *llist; /* brlocks held by this fid */
1437 kuid_t uid; /* allows finding which FileInfo structure */
1438 __u32 pid; /* process id who opened file */
1439 struct cifs_fid fid; /* file id from remote */
1440 struct list_head rlist; /* reconnect list */
1443 struct dentry *dentry;
1444 struct tcon_link *tlink;
[all …]