new_inode(9) centos man page | unix.com

Man Page: new_inode

Operating Environment: centos

Section: 9

NEW_INODE(9)							   The Linux VFS						      NEW_INODE(9)

NAME
new_inode - obtain an inode
SYNOPSIS
struct inode * new_inode(struct super_block * sb);
ARGUMENTS
sb superblock
DESCRIPTION
Allocates a new inode for given superblock. The default gfp_mask for allocations related to inode->i_mapping is GFP_HIGHUSER_MOVABLE. If HIGHMEM pages are unsuitable or it is known that pages allocated for the page cache are not reclaimable or migratable, mapping_set_gfp_mask must be called with suitable flags on the newly created inode's mapping
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 NEW_INODE(9)
Related Man Pages
dumpfs(8) - netbsd
ffind(1) - debian
matchpathcon_checkmatches(3) - debian
clri(1m) - hpux
clri(8) - osx
Similar Topics in the Unix Linux Community
Not able to read redo log file on AIX box
Renaming directories stops resumption of write process
Replace String without using sed
Using sed to edit multiple files
Substitute a character with sed