Searched defs:netfs_group (Results 1 – 4 of 4) sorted by relevance
16 static void __netfs_set_group(struct folio *folio, struct netfs_group *netfs_group) in __netfs_set_group()22 static void netfs_set_group(struct folio *folio, struct netfs_group *netfs_group) in netfs_set_group()97 struct netfs_group *netfs_group) in netfs_perform_write()430 struct netfs_group *netfs_group) in netfs_buffered_write_iter_locked()498 vm_fault_t netfs_page_mkwrite(struct vm_fault *vmf, struct netfs_group *netfs_group) in netfs_page_mkwrite()
228 static inline struct netfs_group *netfs_get_group(struct netfs_group *netfs_group) in netfs_get_group()238 static inline void netfs_put_group(struct netfs_group *netfs_group) in netfs_put_group()249 static inline void netfs_put_group_many(struct netfs_group *netfs_group, int nr) in netfs_put_group_many()
31 struct netfs_group *netfs_group) in netfs_unbuffered_write_iter_locked()
84 struct netfs_group { struct86 void (*free)(struct netfs_group *netfs_group); argument94 struct netfs_group *netfs_group; /* Filesystem's grouping marker (or NULL). */ member