Searched defs:netfs_group (Results 1 – 4 of 4) sorted by relevance
16 __netfs_set_group(struct folio * folio,struct netfs_group * netfs_group) __netfs_set_group() argument 22 netfs_set_group(struct folio * folio,struct netfs_group * netfs_group) netfs_set_group() argument 107 netfs_perform_write(struct kiocb * iocb,struct iov_iter * iter,struct netfs_group * netfs_group) netfs_perform_write() argument 437 netfs_buffered_write_iter_locked(struct kiocb * iocb,struct iov_iter * from,struct netfs_group * netfs_group) netfs_buffered_write_iter_locked() argument 505 netfs_page_mkwrite(struct vm_fault * vmf,struct netfs_group * netfs_group) netfs_page_mkwrite() argument [all...]
242 static inline struct netfs_group *netfs_get_group(struct netfs_group *netfs_group) in netfs_get_group()252 static inline void netfs_put_group(struct netfs_group *netfs_group) in netfs_put_group()263 static inline void netfs_put_group_many(struct netfs_group *netfs_group, int nr) in netfs_put_group_many()
220 struct netfs_group *netfs_group) in netfs_unbuffered_write_iter_locked()
81 struct netfs_group { struct83 void (*free)(struct netfs_group *netfs_group); argument91 struct netfs_group *netfs_group; /* Filesystem's grouping marker (or NULL). */ member