Searched refs:create_entry (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/fs/ |
D | binfmt_misc.c | 193 static Node *create_entry(const char *buffer, size_t count) in create_entry() function 497 e = create_entry(buffer, count); in bm_register_write()
|
/linux-2.4.37.9/fs/hfs/ |
D | catalog.c | 695 static int create_entry(struct hfs_cat_entry *parent, struct hfs_cat_key *key, in create_entry() function 1201 return create_entry(parent, key, &record, 0, id, result); in hfs_cat_create() 1231 return create_entry(parent, key, &record, 1, id, result); in hfs_cat_mkdir()
|