Home
last modified time | relevance | path

Searched refs:tl_count (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/fs/cifs/
H A Dcifsglob.h1188 * these when the tl_count goes to 0. The tl_time is the time of the last
1199 atomic_t tl_count; member
1224 atomic_inc(&tlink->tl_count); in cifs_get_tlink()
H A Dconnect.c3433 if (!atomic_dec_and_test(&tlink->tl_count) || in cifs_put_tlink()
5331 atomic_read(&tlink->tl_count) != 0 || in cifs_prune_tlinks()
/kernel/linux/linux-5.10/fs/ocfs2/
H A Dalloc.c5814 mlog_bug_on_msg(le16_to_cpu(tl->tl_used) > le16_to_cpu(tl->tl_count), in ocfs2_truncate_log_needs_flush()
5817 le16_to_cpu(tl->tl_used), le16_to_cpu(tl->tl_count)); in ocfs2_truncate_log_needs_flush()
5818 return le16_to_cpu(tl->tl_used) == le16_to_cpu(tl->tl_count); in ocfs2_truncate_log_needs_flush()
5844 unsigned int start_cluster, tl_count; in ocfs2_truncate_log_append() local
5862 tl_count = le16_to_cpu(tl->tl_count); in ocfs2_truncate_log_append()
5863 mlog_bug_on_msg(tl_count > ocfs2_truncate_recs_per_inode(osb->sb) || in ocfs2_truncate_log_append()
5864 tl_count == 0, in ocfs2_truncate_log_append()
5869 le16_to_cpu(tl->tl_count)); in ocfs2_truncate_log_append()
5873 if (index >= tl_count) { in ocfs2_truncate_log_append()
[all...]
H A Docfs2_fs.h496 /*00*/ __le16 tl_count; /* Total records in this log */ member
/kernel/linux/linux-6.6/fs/ocfs2/
H A Dalloc.c5812 mlog_bug_on_msg(le16_to_cpu(tl->tl_used) > le16_to_cpu(tl->tl_count), in ocfs2_truncate_log_needs_flush()
5815 le16_to_cpu(tl->tl_used), le16_to_cpu(tl->tl_count)); in ocfs2_truncate_log_needs_flush()
5816 return le16_to_cpu(tl->tl_used) == le16_to_cpu(tl->tl_count); in ocfs2_truncate_log_needs_flush()
5842 unsigned int start_cluster, tl_count; in ocfs2_truncate_log_append() local
5860 tl_count = le16_to_cpu(tl->tl_count); in ocfs2_truncate_log_append()
5861 mlog_bug_on_msg(tl_count > ocfs2_truncate_recs_per_inode(osb->sb) || in ocfs2_truncate_log_append()
5862 tl_count == 0, in ocfs2_truncate_log_append()
5867 le16_to_cpu(tl->tl_count)); in ocfs2_truncate_log_append()
5871 if (index >= tl_count) { in ocfs2_truncate_log_append()
[all...]
H A Docfs2_fs.h494 /*00*/ __le16 tl_count; /* Total records in this log */ member
/kernel/linux/linux-6.6/fs/smb/client/
H A Dcifsglob.h1262 * these when the tl_count goes to 0. The tl_time is the time of the last
1273 atomic_t tl_count; member
1298 atomic_inc(&tlink->tl_count); in cifs_get_tlink()
H A Dconnect.c2744 if (!atomic_dec_and_test(&tlink->tl_count) || in cifs_put_tlink()
4209 atomic_read(&tlink->tl_count) != 0 || in cifs_prune_tlinks()

Completed in 40 milliseconds