Home
last modified time | relevance | path

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

/linux-6.15/fs/smb/client/
H A Dcifsglob.h1467 struct cifsFileInfo { struct
1474 __u32 pid; /* process id who opened file */
1475 struct cifs_fid fid; /* file id from remote */
1476 struct list_head rlist; /* reconnect list */
1479 struct dentry *dentry;
1480 struct tcon_link *tlink;
1481 unsigned int f_flags;
1483 bool swapfile:1;
1484 bool oplock_break_cancelled:1;
1489 int count;
[all …]