Home
last modified time | relevance | path

Searched refs:jfs_inode (Results 1 – 4 of 4) sorted by relevance

/linux/fs/jfs/
H A Djfs_inode.c9 #include "jfs_inode.h"
45 struct jfs_inode_info *jfs_inode; in ialloc() local
54 jfs_inode = JFS_IP(inode); in ialloc()
72 jfs_inode->saved_uid = inode->i_uid; in ialloc()
73 jfs_inode->saved_gid = inode->i_gid; in ialloc()
86 jfs_inode->mode2 = JFS_IP(parent)->mode2 & JFS_FL_INHERIT; in ialloc()
89 jfs_inode->mode2 |= IDIRECTORY; in ialloc()
90 jfs_inode->mode2 &= ~JFS_DIRSYNC_FL; in ialloc()
93 jfs_inode->mode2 |= INLINEEA | ISPARSE; in ialloc()
95 jfs_inode in ialloc()
[all...]
H A Dioctl.c24 #include "jfs_inode.h"
62 struct jfs_inode_info *jfs_inode = JFS_IP(d_inode(dentry)); in jfs_fileattr_get() local
63 unsigned int flags = jfs_inode->mode2 & JFS_FL_USER_VISIBLE; in jfs_fileattr_get()
77 struct jfs_inode_info *jfs_inode = JFS_IP(inode); in jfs_fileattr_set() local
95 flags |= jfs_inode->mode2 & ~JFS_FL_USER_MODIFIABLE; in jfs_fileattr_set()
96 jfs_inode->mode2 = flags; in jfs_fileattr_set()
H A DMakefile10 jfs_unicode.o jfs_dtree.o jfs_inode.o jfs_discard.o \
H A Dsuper.c27 #include "jfs_inode.h"
103 struct jfs_inode_info *jfs_inode; in jfs_alloc_inode() local
105 jfs_inode = alloc_inode_sb(sb, jfs_inode_cachep, GFP_NOFS); in jfs_alloc_inode()
106 if (!jfs_inode) in jfs_alloc_inode()
109 memset(&jfs_inode->i_dquot, 0, sizeof(jfs_inode->i_dquot)); in jfs_alloc_inode()
111 return &jfs_inode->vfs_inode; in jfs_alloc_inode()