Searched refs:ext4_new_inode_start_handle (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/ext4/ |
H A D | namei.c | 2749 inode = ext4_new_inode_start_handle(dir, mode, &dentry->d_name, 0, in ext4_create() 2784 inode = ext4_new_inode_start_handle(dir, mode, &dentry->d_name, 0, in ext4_mknod() 2815 inode = ext4_new_inode_start_handle(dir, mode, in ext4_tmpfile() 2929 inode = ext4_new_inode_start_handle(dir, S_IFDIR | mode, in ext4_mkdir() 3470 inode = ext4_new_inode_start_handle(dir, S_IFLNK|S_IRWXUGO, in ext4_symlink() 3860 wh = ext4_new_inode_start_handle(ent->dir, S_IFCHR | WHITEOUT_MODE, in ext4_whiteout_for_rename()
|
H A D | ext4.h | 2765 #define ext4_new_inode_start_handle(dir, mode, qstr, goal, owner, \ macro
|
/kernel/linux/linux-6.6/fs/ext4/ |
H A D | namei.c | 2834 inode = ext4_new_inode_start_handle(idmap, dir, mode, &dentry->d_name, in ext4_create() 2869 inode = ext4_new_inode_start_handle(idmap, dir, mode, &dentry->d_name, in ext4_mknod() 2901 inode = ext4_new_inode_start_handle(idmap, dir, mode, in ext4_tmpfile() 3017 inode = ext4_new_inode_start_handle(idmap, dir, S_IFDIR | mode, in ext4_mkdir() 3399 inode = ext4_new_inode_start_handle(idmap, dir, S_IFLNK|S_IRWXUGO, in ext4_symlink() 3765 wh = ext4_new_inode_start_handle(idmap, ent->dir, in ext4_whiteout_for_rename()
|
H A D | ext4.h | 2855 #define ext4_new_inode_start_handle(idmap, dir, mode, qstr, goal, owner, \ macro
|
Completed in 26 milliseconds