Searched refs:n_pushedlo (Results 1 – 3 of 3) sorted by relevance
1199 np->n_pushedlo = np->n_pushlo; in nfs_merge_commit_ranges()1203 if (np->n_pushlo < np->n_pushedlo) in nfs_merge_commit_ranges()1204 np->n_pushedlo = np->n_pushlo; in nfs_merge_commit_ranges()1251 np->n_pushedlo = lo; in nfs_add_committed_range()1257 if (lo < np->n_pushedlo) in nfs_add_committed_range()1258 np->n_pushedlo = lo; in nfs_add_committed_range()1274 if (lo > np->n_pushedhi || hi < np->n_pushedlo) in nfs_del_committed_range()1276 if (lo <= np->n_pushedlo) in nfs_del_committed_range()1277 np->n_pushedlo = hi; in nfs_del_committed_range()1286 if ((np->n_pushedlo - lo) > (hi - np->n_pushedhi)) in nfs_del_committed_range()[all …]
82 np->n_pushedlo, np->n_pushedhi, np->n_pushlo, in nfs_node_print()
97 off_t n_pushedlo; /* 1st blk in committed range */ member