Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/fat/
H A Dnamei_msdos.c228 int is_dir, int is_hid, int cluster, in msdos_add_entry()
238 if (is_hid) in msdos_add_entry()
272 int err, is_hid; in msdos_create() local
280 is_hid = (dentry->d_name.name[0] == '.') && (msdos_name[0] != '.'); in msdos_create()
289 err = msdos_add_entry(dir, msdos_name, 0, is_hid, 0, &ts, &sinfo); in msdos_create()
349 int err, is_hid, cluster; in msdos_mkdir() local
357 is_hid = (dentry->d_name.name[0] == '.') && (msdos_name[0] != '.'); in msdos_mkdir()
371 err = msdos_add_entry(dir, msdos_name, 1, is_hid, cluster, &ts, &sinfo); in msdos_mkdir()
430 struct dentry *new_dentry, int is_hid) in do_msdos_rename()
468 if (is_hid) in do_msdos_rename()
227 msdos_add_entry(struct inode *dir, const unsigned char *name, int is_dir, int is_hid, int cluster, struct timespec64 *ts, struct fat_slot_info *sinfo) msdos_add_entry() argument
427 do_msdos_rename(struct inode *old_dir, unsigned char *old_name, struct dentry *old_dentry, struct inode *new_dir, unsigned char *new_name, struct dentry *new_dentry, int is_hid) do_msdos_rename() argument
602 int err, is_hid; msdos_rename() local
[all...]
/kernel/linux/linux-6.6/fs/fat/
H A Dnamei_msdos.c228 int is_dir, int is_hid, int cluster, in msdos_add_entry()
238 if (is_hid) in msdos_add_entry()
272 int err, is_hid; in msdos_create() local
280 is_hid = (dentry->d_name.name[0] == '.') && (msdos_name[0] != '.'); in msdos_create()
289 err = msdos_add_entry(dir, msdos_name, 0, is_hid, 0, &ts, &sinfo); in msdos_create()
350 int err, is_hid, cluster; in msdos_mkdir() local
358 is_hid = (dentry->d_name.name[0] == '.') && (msdos_name[0] != '.'); in msdos_mkdir()
372 err = msdos_add_entry(dir, msdos_name, 1, is_hid, cluster, &ts, &sinfo); in msdos_mkdir()
431 struct dentry *new_dentry, int is_hid) in do_msdos_rename()
469 if (is_hid) in do_msdos_rename()
227 msdos_add_entry(struct inode *dir, const unsigned char *name, int is_dir, int is_hid, int cluster, struct timespec64 *ts, struct fat_slot_info *sinfo) msdos_add_entry() argument
428 do_msdos_rename(struct inode *old_dir, unsigned char *old_name, struct dentry *old_dentry, struct inode *new_dir, unsigned char *new_name, struct dentry *new_dentry, int is_hid) do_msdos_rename() argument
604 int err, is_hid; msdos_rename() local
[all...]

Completed in 2 milliseconds