Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/ufs/fssnap/
H A Dfssnap.c237 u_offset_t max_bf_size; in create_snap() local
251 max_bf_size = (UFS_MAX_SNAPBACKFILESIZE/chunksize) * chunksize; in create_snap()
253 max_bf_size = UFS_MAX_SNAPBACKFILESIZE; in create_snap()
262 backcount = open_backpath(mountfd, max_bf_size, &backpath, in create_snap()
281 enable->backfilesize = max_bf_size; in create_snap()
388 open_backpath(int mountfd, u_offset_t max_bf_size, char **path, in open_backpath() argument
406 num_back_files = howmany(fssize, max_bf_size); in open_backpath()
455 if (i == num_back_files - 1 && fssize % max_bf_size != 0) in open_backpath()
456 backfilesize = fssize % max_bf_size; in open_backpath()
458 backfilesize = max_bf_size; in open_backpath()