Home
last modified time | relevance | path

Searched refs:pls_end_pos (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/fs/nfs/
Dpnfs.c1025 if (end_pos > wdata->lseg->pls_end_pos) in pnfs_set_layoutcommit()
1026 wdata->lseg->pls_end_pos = end_pos; in pnfs_set_layoutcommit()
1079 end_pos = lseg->pls_end_pos; in pnfs_layoutcommit_inode()
1081 lseg->pls_end_pos = 0; in pnfs_layoutcommit_inode()
Dpnfs.h47 loff_t pls_end_pos; /* LAYOUTCOMMIT write end */ member
Dnfs4filelayout.c172 (unsigned long) wdata->lseg->pls_end_pos); in filelayout_set_layoutcommit()