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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/hfs/
H A Dcatalog.c107 err = hfs_brec_insert(&fd, &entry, entry_size);
120 err = hfs_brec_insert(&fd, &entry, entry_size);
298 err = hfs_brec_insert(&dst_fd, &entry, src_fd.entrylength);
340 err = hfs_brec_insert(&dst_fd, &entry, entry_size);
H A Dbtree.h112 extern int hfs_brec_insert(struct hfs_find_data *, void *, int);
H A Dbrec.c55 int hfs_brec_insert(struct hfs_find_data *fd, void *entry, int entry_len) function
406 hfs_brec_insert(fd, &cnid, sizeof(cnid));
H A Dextent.c120 hfs_brec_insert(fd, HFS_I(inode)->cached_extents, sizeof(hfs_extent_rec));
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/hfsplus/
H A Dcatalog.c198 err = hfs_brec_insert(&fd, &entry, entry_size);
211 err = hfs_brec_insert(&fd, &entry, entry_size);
335 err = hfs_brec_insert(&dst_fd, &entry, src_fd.entrylength);
373 err = hfs_brec_insert(&dst_fd, &entry, entry_size);
H A Dhfsplus_fs.h232 #define hfs_brec_insert hfsplus_brec_insert macro
292 int hfs_brec_insert(struct hfs_find_data *, void *, int);
H A Dbrec.c53 int hfs_brec_insert(struct hfs_find_data *fd, void *entry, int entry_len) function
402 hfs_brec_insert(fd, &cnid, sizeof(cnid));
H A Dextents.c96 hfs_brec_insert(fd, HFSPLUS_I(inode).cached_extents, sizeof(hfsplus_extent_rec));
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/hfsplus_journal/
H A Dcatalog.c198 err = hfs_brec_insert(hfsplus_handle, &fd, &entry, entry_size);
211 err = hfs_brec_insert(hfsplus_handle, &fd, &entry, entry_size);
339 err = hfs_brec_insert(hfsplus_handle, &dst_fd, &entry, src_fd.entrylength);
383 err = hfs_brec_insert(hfsplus_handle, &dst_fd, &entry, entry_size);
H A Dhfsplus_fs.h280 #define hfs_brec_insert hfsplus_brec_insert macro
340 int hfs_brec_insert(hfsplus_handle_t *, struct hfs_find_data *, void *, int);
H A Dbrec.c53 int hfs_brec_insert(hfsplus_handle_t *hfsplus_handle, struct hfs_find_data *fd, void *entry, int entry_len) function
405 hfs_brec_insert(hfsplus_handle, fd, &cnid, sizeof(cnid));
H A Dextents.c96 hfs_brec_insert(hfsplus_handle, fd, HFSPLUS_I(inode).cached_extents, sizeof(hfsplus_extent_rec));

Completed in 119 milliseconds