attr_file         136 fs/hfsplus/hfsplus_raw.h 	struct hfsplus_fork_raw attr_file;
attr_file          48 fs/hfsplus/super.c 		hfsplus_inode_read_fork(inode, &vhdr->attr_file);
attr_file         123 fs/hfsplus/super.c 		fork = &vhdr->attr_file;
attr_file         485 fs/hfsplus/super.c 	if (vhdr->attr_file.total_blocks != 0) {
attr_file          53 fs/hfsplus/xattr.c static void hfsplus_init_header_node(struct inode *attr_file,
attr_file          81 fs/hfsplus/xattr.c 	tmp = i_size_read(attr_file);
attr_file         125 fs/hfsplus/xattr.c 	struct inode *attr_file;
attr_file         169 fs/hfsplus/xattr.c 	attr_file = hfsplus_iget(sb, HFSPLUS_ATTR_CNID);
attr_file         170 fs/hfsplus/xattr.c 	if (IS_ERR(attr_file)) {
attr_file         172 fs/hfsplus/xattr.c 		return PTR_ERR(attr_file);
attr_file         175 fs/hfsplus/xattr.c 	BUG_ON(i_size_read(attr_file) != 0);
attr_file         177 fs/hfsplus/xattr.c 	hip = HFSPLUS_I(attr_file);
attr_file         194 fs/hfsplus/xattr.c 		err = hfsplus_file_extend(attr_file, false);
attr_file         199 fs/hfsplus/xattr.c 		hip->phys_size = attr_file->i_size =
attr_file         202 fs/hfsplus/xattr.c 		inode_set_bytes(attr_file, attr_file->i_size);
attr_file         212 fs/hfsplus/xattr.c 	hfsplus_init_header_node(attr_file, clump_size, buf, node_size);
attr_file         214 fs/hfsplus/xattr.c 	mapping = attr_file->i_mapping;
attr_file         236 fs/hfsplus/xattr.c 	hfsplus_mark_inode_dirty(attr_file, HFSPLUS_I_ATTR_DIRTY);
attr_file         246 fs/hfsplus/xattr.c 	iput(attr_file);