Lines Matching defs:ksmbd_file
69 struct ksmbd_file { struct
70 struct file *filp;
71 u64 persistent_id;
72 u64 volatile_id;
74 spinlock_t f_lock;
76 struct ksmbd_inode *f_ci;
77 struct ksmbd_inode *f_parent_ci;
78 struct oplock_info __rcu *f_opinfo;
79 struct ksmbd_conn *conn;
80 struct ksmbd_tree_connect *tcon;
82 atomic_t refcount;
83 __le32 daccess;
84 __le32 saccess;
85 __le32 coption;
86 __le32 cdoption;
87 __u64 create_time;
88 __u64 itime;
90 bool is_nt_open;
91 bool attrib_only;
93 char client_guid[16];
94 char create_guid[16];
118 struct ksmbd_file_table { argument
128 static inline bool ksmbd_stream_fd(struct ksmbd_file *fp) in ksmbd_stream_fd() argument