Home
last modified time | relevance | path

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

/linux-4.4.14/fs/hpfs/
Ddnode.c30 if (hpfs_inode->i_rddir_off) in hpfs_add_pos()
31 for (; hpfs_inode->i_rddir_off[i]; i++) in hpfs_add_pos()
32 if (hpfs_inode->i_rddir_off[i] == pos) return; in hpfs_add_pos()
38 if (hpfs_inode->i_rddir_off) { in hpfs_add_pos()
39 memcpy(ppos, hpfs_inode->i_rddir_off, i * sizeof(loff_t)); in hpfs_add_pos()
40 kfree(hpfs_inode->i_rddir_off); in hpfs_add_pos()
42 hpfs_inode->i_rddir_off = ppos; in hpfs_add_pos()
44 hpfs_inode->i_rddir_off[i] = pos; in hpfs_add_pos()
45 hpfs_inode->i_rddir_off[i + 1] = NULL; in hpfs_add_pos()
53 if (!hpfs_inode->i_rddir_off) goto not_f; in hpfs_del_pos()
[all …]
Dinode.c35 hpfs_inode->i_rddir_off = NULL; in hpfs_init_inode()
185 if (hpfs_inode->i_rddir_off && !atomic_read(&i->i_count)) { in hpfs_write_inode()
186 if (*hpfs_inode->i_rddir_off) in hpfs_write_inode()
188 kfree(hpfs_inode->i_rddir_off); in hpfs_write_inode()
189 hpfs_inode->i_rddir_off = NULL; in hpfs_write_inode()
Dhpfs_fn.h60 loff_t **i_rddir_off; member