Searched refs:ntfs_attr_iget (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/ntfs/ |
H A D | inode.h | 259 extern struct inode *ntfs_attr_iget(struct inode *base_vi, ATTR_TYPE type,
|
H A D | inode.c | 192 * ntfs_attr_iget - obtain a struct inode corresponding to an attribute 208 * instead of ntfs_attr_iget() as working with indices is a lot more complex. 214 struct inode *ntfs_attr_iget(struct inode *base_vi, ATTR_TYPE type, in ntfs_attr_iget() function 221 /* Make sure no one calls ntfs_attr_iget() for indices. */ in ntfs_attr_iget() 953 * we would deadlock in ntfs_attr_iget(). in ntfs_read_locked_inode() 960 bvi = ntfs_attr_iget(vi, AT_BITMAP, I30, 4); in ntfs_read_locked_inode() 1183 * ntfs_read_locked_attr_inode() is called from ntfs_attr_iget() to read the 1650 * we would deadlock in ntfs_attr_iget(). in ntfs_read_locked_index_inode() 1657 bvi = ntfs_attr_iget(base_vi, AT_BITMAP, ni->name, ni->name_len); in ntfs_read_locked_index_inode()
|
H A D | super.c | 1496 tmp_ino = ntfs_attr_iget(vol->usnjrnl_ino, AT_DATA, Max, 4); in load_and_init_usnjrnl() 1511 tmp_ino = ntfs_attr_iget(vol->usnjrnl_ino, AT_DATA, J, 2); in load_and_init_usnjrnl() 1800 vol->mftbmp_ino = ntfs_attr_iget(vol->mft_ino, AT_BITMAP, NULL, 0); in load_system_files()
|
H A D | dir.c | 1221 bmp_vi = ntfs_attr_iget(vdir, AT_BITMAP, I30, 4); in ntfs_readdir()
|
/kernel/linux/linux-6.6/fs/ntfs/ |
H A D | inode.h | 259 extern struct inode *ntfs_attr_iget(struct inode *base_vi, ATTR_TYPE type,
|
H A D | inode.c | 192 * ntfs_attr_iget - obtain a struct inode corresponding to an attribute 208 * instead of ntfs_attr_iget() as working with indices is a lot more complex. 214 struct inode *ntfs_attr_iget(struct inode *base_vi, ATTR_TYPE type, in ntfs_attr_iget() function 221 /* Make sure no one calls ntfs_attr_iget() for indices. */ in ntfs_attr_iget() 953 * we would deadlock in ntfs_attr_iget(). in ntfs_read_locked_inode() 960 bvi = ntfs_attr_iget(vi, AT_BITMAP, I30, 4); in ntfs_read_locked_inode() 1183 * ntfs_read_locked_attr_inode() is called from ntfs_attr_iget() to read the 1650 * we would deadlock in ntfs_attr_iget(). in ntfs_read_locked_index_inode() 1657 bvi = ntfs_attr_iget(base_vi, AT_BITMAP, ni->name, ni->name_len); in ntfs_read_locked_index_inode()
|
H A D | super.c | 1504 tmp_ino = ntfs_attr_iget(vol->usnjrnl_ino, AT_DATA, Max, 4); in load_and_init_usnjrnl() 1519 tmp_ino = ntfs_attr_iget(vol->usnjrnl_ino, AT_DATA, J, 2); in load_and_init_usnjrnl() 1808 vol->mftbmp_ino = ntfs_attr_iget(vol->mft_ino, AT_BITMAP, NULL, 0); in load_system_files()
|
H A D | dir.c | 1221 bmp_vi = ntfs_attr_iget(vdir, AT_BITMAP, I30, 4); in ntfs_readdir()
|
Completed in 18 milliseconds