Searched refs:squashfs_get_id (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/squashfs/ |
H A D | id.c | 32 int squashfs_get_id(struct super_block *sb, unsigned int index, in squashfs_get_id() function
|
H A D | squashfs.h | 65 extern int squashfs_get_id(struct super_block *, unsigned int, unsigned int *);
|
H A D | inode.c | 55 err = squashfs_get_id(sb, le16_to_cpu(sqsh_ino->uid), &i_uid); in squashfs_new_inode() 59 err = squashfs_get_id(sb, le16_to_cpu(sqsh_ino->guid), &i_gid); in squashfs_new_inode()
|
/kernel/linux/linux-6.6/fs/squashfs/ |
H A D | squashfs.h | 78 extern int squashfs_get_id(struct super_block *, unsigned int, unsigned int *);
|
H A D | id.c | 32 int squashfs_get_id(struct super_block *sb, unsigned int index, in squashfs_get_id() function
|
H A D | inode.c | 51 err = squashfs_get_id(sb, le16_to_cpu(sqsh_ino->uid), &i_uid); in squashfs_new_inode() 55 err = squashfs_get_id(sb, le16_to_cpu(sqsh_ino->guid), &i_gid); in squashfs_new_inode()
|
Completed in 3 milliseconds