centos man page for new_inode

Query: new_inode

OS: centos

Section: 9

Links: centos man pages   all man pages

Forums: unix linux community   forum categories

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

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
freeze_super(9) - centos
struct_uio_info(9) - centos
ffind(1) - debian
clri(8) - osx
ffsinfo(8) - freebsd
Similar Topics in the Unix Linux Community
Tripwire Installation
How to tail real time file Generated every hour?
Delete first 100 lines from a BIG File
Renaming directories stops resumption of write process
Replace String without using sed