Home
last modified time | relevance | path

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

/fs/ocfs2/
Ddlmglue.h74 u8 tf_success; /* trim is successful, or not */ member
Ddlmglue.c2928 info->tf_success = lvb->lvb_success; in ocfs2_trim_fs_lock()
2952 lvb->lvb_success = info->tf_success; in ocfs2_trim_fs_unlock()
Dalloc.c7672 if (info.tf_valid && info.tf_success && in ocfs2_trim_fs()
7693 info.tf_success = (ret < 0 ? 0 : 1); in ocfs2_trim_fs()