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()107 struct netfs_group *netfs_group) in netfs_perform_write()437 struct netfs_group *netfs_group) in netfs_buffered_write_iter_locked()505 vm_fault_t netfs_page_mkwrite(struct vm_fault *vmf, struct netfs_group *netfs_group) in netfs_page_mkwrite()
239 static inline struct netfs_group *netfs_get_group(struct netfs_group *netfs_group) in netfs_get_group()249 static inline void netfs_put_group(struct netfs_group *netfs_group) in netfs_put_group()260 static inline void netfs_put_group_many(struct netfs_group *netfs_group, int nr) in netfs_put_group_many()
17 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