Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/fs/ntfs3/
H A Dsuper.c98 static char s_name_buf[512]; variable
99 static atomic_t s_name_buf_cnt = ATOMIC_INIT(1); // 1 means 'free s_name_buf'.
120 s_name_buf : in ntfs_inode_printk()
121 kmalloc(sizeof(s_name_buf), GFP_NOFS); in ntfs_inode_printk()
125 const u32 name_len = ARRAY_SIZE(s_name_buf) - 1; in ntfs_inode_printk()
150 if (name != s_name_buf) in ntfs_inode_printk()

Completed in 3 milliseconds