Home
last modified time | relevance | path

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

/linux-6.1.9/fs/ntfs3/
Dsuper.c74 static atomic_t s_name_buf_cnt = ATOMIC_INIT(1); // 1 means 'free s_name_buf'. variable
94 name = atomic_dec_and_test(&s_name_buf_cnt) in ntfs_inode_printk()
124 atomic_inc(&s_name_buf_cnt); in ntfs_inode_printk()