Home
last modified time | relevance | path

Searched refs:i_rddir_off (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/fs/hpfs/
H A Ddnode.c31 if (hpfs_inode->i_rddir_off) in hpfs_add_pos()
32 for (; hpfs_inode->i_rddir_off[i]; i++) in hpfs_add_pos()
33 if (hpfs_inode->i_rddir_off[i] == pos) in hpfs_add_pos()
41 if (hpfs_inode->i_rddir_off) { in hpfs_add_pos()
43 kfree(hpfs_inode->i_rddir_off); in hpfs_add_pos()
45 hpfs_inode->i_rddir_off = ppos; in hpfs_add_pos()
47 hpfs_inode->i_rddir_off[i] = pos; in hpfs_add_pos()
48 hpfs_inode->i_rddir_off[i + 1] = NULL; in hpfs_add_pos()
65 kfree(hpfs_inode->i_rddir_off); in hpfs_del_pos()
66 hpfs_inode->i_rddir_off = NULL; in hpfs_del_pos()
[all …]
H A Dinode.c36 hpfs_inode->i_rddir_off = NULL; in hpfs_init_inode()
187 if (hpfs_inode->i_rddir_off && !atomic_read(&i->i_count)) { in hpfs_write_inode()
188 if (*hpfs_inode->i_rddir_off) in hpfs_write_inode()
190 kfree(hpfs_inode->i_rddir_off); in hpfs_write_inode()
191 hpfs_inode->i_rddir_off = NULL; in hpfs_write_inode()
H A Dhpfs_fn.h60 loff_t **i_rddir_off; member