Searched defs:netfs_group (Results 1 – 4 of 4) sorted by relevance
31 static void netfs_set_group(struct folio *folio, struct netfs_group *netfs_group) in netfs_set_group()59 void *netfs_group, in netfs_how_to_modify()148 struct netfs_group *netfs_group) in netfs_perform_write()439 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()
169 static inline struct netfs_group *netfs_get_group(struct netfs_group *netfs_group) in netfs_get_group()179 static inline void netfs_put_group(struct netfs_group *netfs_group) in netfs_put_group()188 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()
153 struct netfs_group { struct155 void (*free)(struct netfs_group *netfs_group); argument163 struct netfs_group *netfs_group; /* Filesystem's grouping marker (or NULL). */ member