Home
last modified time | relevance | path

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

/third_party/ntfs-3g/libntfs-3g/
Dvolume.c979 for (i = 0; (i < l) && (i < FILE_first_user); ++i) in ntfs_device_mount()
992 for (i = 0; (i < l) && (i < FILE_first_user); ++i) in ntfs_device_mount()
998 for (i = 0; (i < vol->mftmirr_size) && (i < FILE_first_user); ++i) { in ntfs_device_mount()
Dinode.c518 || ((ni->mft_no >= FILE_first_user) in ntfs_inode_close()
1393 if ((ni->mft_no < FILE_first_user && ni->mft_no != FILE_root) || in ntfs_inode_update_times()
Ddir.c980 metadata = (MREF(mref) != FILE_root) && (MREF(mref) < FILE_first_user); in ntfs_filldir()
Dsecurity.c1083 && (ni->mft_no >= FILE_first_user)) { in upgrade_secur_desc()
/third_party/ntfs-3g/ntfsprogs/
Dntfsls.c510 if ((MREF(mref) < FILE_first_user) && (!opts.system)) in list_dir_entry()
Dntfswipe.c887 for (inode_num = FILE_first_user; inode_num < nr_mft_records; in wipe_tails()
/third_party/ntfs-3g/src/
Dntfs-3g_common.c949 if (ni->mft_no < FILE_first_user)
Dntfs-3g.c1541 if (ni->mft_no < FILE_first_user) in ntfs_fuse_open()
1829 if (ni->mft_no < FILE_first_user) { in ntfs_fuse_trunc()
2469 if (ni->mft_no < FILE_first_user) { in ntfs_fuse_rm()
Dlowntfs-3g.c1669 if (ino < FILE_first_user) in ntfs_fuse_open()
2001 if (ino < FILE_first_user) { in ntfs_fuse_trunc()
2731 if (ino < FILE_first_user) { in ntfs_fuse_rm()
/third_party/ntfs-3g/include/ntfs-3g/
Dlayout.h245 FILE_first_user = 16, /* First user file, used as test limit for enumerator