Home
last modified time | relevance | path

Searched defs:netfs_group (Results 1 – 3 of 3) sorted by relevance

/linux/fs/netfs/
H A Dinternal.h242 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()
H A Ddirect_write.c220 struct netfs_group *netfs_group) in netfs_unbuffered_write_iter_locked()
/linux/include/linux/
H A Dnetfs.h81 struct netfs_group { struct
83 void (*free)(struct netfs_group *netfs_group); argument
91 struct netfs_group *netfs_group; /* Filesystem's grouping marker (or NULL). */ member