Searched refs:s_users (Results 1 – 5 of 5) sorted by relevance
/external/e2fsprogs/lib/e2p/ |
D | ljs.c | 103 !e2p_is_null_uuid(&jsb->s_users[0])) { in e2p_list_journal_super() 107 e2p_uuid2str(&jsb->s_users[i * UUID_SIZE])); in e2p_list_journal_super()
|
/external/u-boot/fs/ext4/ |
D | ext4_journal.h | 94 __u8 s_users[16 * 48]; /* ids of all fs'es sharing the log */ member
|
/external/e2fsprogs/lib/ext2fs/ |
D | mkjournal.c | 408 &jsb->s_users[i*16], 16) == 0) in ext2fs_add_journal_device() 412 memcpy(&jsb->s_users[nr_users*16], in ext2fs_add_journal_device()
|
D | kernel-jbd.h | 245 __u8 s_users[JFS_USERS_SIZE]; /* ids of all fs'es sharing the log */ member
|
/external/e2fsprogs/misc/ |
D | tune2fs.c | 230 static __u8 *journal_user(__u8 uuid[UUID_SIZE], __u8 s_users[JFS_USERS_SIZE], in journal_user() 235 if (memcmp(uuid, &s_users[i * UUID_SIZE], UUID_SIZE) == 0) in journal_user() 236 return &s_users[i * UUID_SIZE]; in journal_user() 302 if (!journal_user(fs->super->s_uuid, jsb->s_users, nr_users)) { in remove_journal_device() 310 memcpy(&jsb->s_users[i * 16], &jsb->s_users[(i + 1) * 16], 16); in remove_journal_device() 2870 j_uuid = journal_user(old_uuid, jsb->s_users, nr_users); in fs_update_journal_user()
|