Lines Matching defs:mode
49 * NAME: jfs_create(dip, dentry, mode)
52 * with name = <from dentry> and mode = <mode>
56 * mode - create mode (rwxrwxrwx).
62 static int jfs_create(struct inode *dip, struct dentry *dentry, umode_t mode,
92 ip = ialloc(dip, mode);
181 * NAME: jfs_mkdir(dip, dentry, mode)
184 * with name = <from dentry> and mode = <mode>
188 * mode - create mode (rwxrwxrwx).
195 static int jfs_mkdir(struct inode *dip, struct dentry *dentry, umode_t mode)
224 ip = ialloc(dip, S_IFDIR | mode);
1353 umode_t mode, dev_t rdev)
1374 ip = ialloc(dir, mode);