Searched refs:candelete (Results 1 – 7 of 7) sorted by relevance
/freebsd/usr.sbin/trim/ |
H A D | trim.c | 48 static bool candelete(int fd); 138 candelete(int fd) in candelete() function 227 if (errno == EOPNOTSUPP && verbose && !candelete(fd)) in trim()
|
/freebsd/usr.sbin/bhyve/ |
H A D | block_if.c | 487 int ro, candelete, geom, ssopt, pssopt; in blockif_open() local 580 candelete = geom = 0; in blockif_open() 594 candelete = arg.value.i; in blockif_open() 600 candelete = fpathconf(fd, _PC_DEALLOC_PRESENT) == 1; in blockif_open() 647 bc->bc_candelete = candelete; in blockif_open()
|
H A D | pci_ahci.c | 1086 int sectsz, psectsz, psectoff, candelete, ro; in ata_identify_init() local 1091 candelete = blockif_candelete(p->bctx); in ata_identify_init() 1151 if (candelete && !ro) { in ata_identify_init()
|
/freebsd/usr.sbin/diskinfo/ |
H A D | diskinfo.c | 70 static bool candelete(int fd); 268 candelete(fd) ? "Yes" : "No"); in main() 291 candelete(int fd) in candelete() function
|
/freebsd/sys/dev/md/ |
H A D | md.c | 267 bool candelete; member 923 if (sc->candelete) { in mdstart_vnode() 1189 if (g_handleattr_int(bp, "GEOM::candelete", sc->candelete) != 0) in md_handleattr() 1461 sc->candelete = false; in mdcreate_vnode() 1723 sc->candelete = true; in kern_mdattach_locked()
|
/freebsd/sys/ufs/ffs/ |
H A D | ffs_vfsops.c | 879 int candelete, canspeedup; in ffs_mountfs() local 1079 if (g_io_getattr("GEOM::candelete", cp, &len, in ffs_mountfs() 1080 &candelete) == 0) { in ffs_mountfs() 1081 if (candelete) in ffs_mountfs()
|
/freebsd/sys/fs/nfsclient/ |
H A D | nfs_clstate.c | 814 __unused int error, __unused int candelete, int unlocked) in nfscl_ownerrelease() argument 835 int candelete) in nfscl_openrelease() argument 849 if (error && candelete && op->nfso_opencnt == 0) in nfscl_openrelease() 1536 nfscl_lockrelease(struct nfscllockowner *lp, int error, int candelete) in nfscl_lockrelease() argument 1544 if (error != 0 && candelete && in nfscl_lockrelease()
|