Home
last modified time | relevance | path

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

/Linux-v4.19/fs/ocfs2/
Ddlmglue.h88 u8 tf_success; /* trim is successful, or not */ member
Ddlmglue.c2903 info->tf_success = lvb->lvb_success; in ocfs2_trim_fs_lock()
2927 lvb->lvb_success = info->tf_success; in ocfs2_trim_fs_unlock()
Dalloc.c7607 if (info.tf_valid && info.tf_success && in ocfs2_trim_fs()
7670 info.tf_success = (ret ? 0 : 1); in ocfs2_trim_fs()