Searched refs:object_id (Results 1 – 3 of 3) sorted by relevance
/fs/adfs/ |
D | adfs.h | 115 __adfs_block_map(struct super_block *sb, unsigned int object_id, in __adfs_block_map() argument 118 if (object_id & 255) { in __adfs_block_map() 121 off = (object_id & 255) - 1; in __adfs_block_map() 125 return adfs_map_lookup(sb, object_id >> 8, block); in __adfs_block_map()
|
D | dir_f.c | 152 adfs_dir_read(struct super_block *sb, unsigned long object_id, in adfs_dir_read() argument 173 phys = __adfs_block_map(sb, object_id, blk); in adfs_dir_read() 176 object_id, blk); in adfs_dir_read() 205 object_id); in adfs_dir_read() 322 adfs_dir_find_entry(struct adfs_dir *dir, unsigned long object_id) in adfs_dir_find_entry() argument 334 if (obj.file_id == object_id) { in adfs_dir_find_entry()
|
/fs/ntfs/ |
D | layout.h | 1162 GUID object_id; /* Unique id assigned to the member 2275 GUID object_id; /* $O index in FILE_Extend/$ObjId: The member
|