Searched refs:fstrim (Results 1 – 3 of 3) sorted by relevance
41 struct fstrim_range fstrim; in fs_x_ioctl() local44 if (!umove_or_printaddr(tcp, arg, &fstrim)) in fs_x_ioctl()48 (uint64_t) fstrim.start, in fs_x_ioctl()49 (uint64_t) fstrim.len, in fs_x_ioctl()50 (uint64_t) fstrim.minlen); in fs_x_ioctl()
27 fstrim=072 "t") fstrim=1;;225 if [ "${fstrim}" -eq 1 ] && [ -d "${mnt}" ] && type fstrim > /dev/null 2>&1; then227 fstrim -v "${mnt}"
6 # Set this to 1 to enable fstrim for everyone.7 # fstrim=0