Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/ufs/fssnap/
H A Dfssnap.c281 enable->backfilesize = max_bf_size; in create_snap()
395 offset_t fssize, backfilesize; in open_backpath() local
456 backfilesize = fssize % max_bf_size; in open_backpath()
458 backfilesize = max_bf_size; in open_backpath()
459 if (llseek(fd, backfilesize - 1, SEEK_SET) == -1) { in open_backpath()
/illumos-gate/usr/src/uts/common/sys/
H A Dfssnap_if.h65 u_offset_t backfilesize; /* IN maximum size of each backfile */ member
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_snap.c187 fiosnapp->backfilesize); in ufs_snap_create()