Lines Matching full:called
22 are called from a process context. Filesystem locking is described in
70 taken from the inode data. The open() file method is then called so the
254 All methods are called without any locks being held, unless otherwise
256 only called from a process context (i.e. not from an interrupt handler
260 this method is called by alloc_inode() to allocate memory for
267 this method is called by destroy_inode() to release resources
273 this method is called by the VFS to mark an inode dirty.
276 this method is called when the VFS needs to write an inode to
281 called when the last access to the inode is dropped, with the
287 called regardless of the value of i_nlink)
294 called when the VFS wants to delete an inode
297 called when the VFS wishes to free the superblock
298 (i.e. unmount). This is called with the superblock lock held
301 called when VFS is writing out all dirty data associated with a
306 called when VFS is locking a filesystem and forcing it into a
311 called when VFS is unlocking a filesystem and making it writable
315 called when the VFS needs to get filesystem statistics.
318 called when the filesystem is remounted. This is called with
322 called then the VFS clears the inode. Optional
325 called when the VFS is unmounting a filesystem.
328 called by the VFS to show mount options for /proc/<pid>/mounts.
332 called by the VFS to read from filesystem quota file.
335 called by the VFS to write to filesystem quota file.
338 called by the sb cache shrinking function for the filesystem to
343 called by the sb cache shrinking function for the filesystem to
346 also implement ->nr_cached_objects for it to be called
351 called if the VM is trying to reclaim under GFP_NOFS conditions,
388 Called by the VFS to get the value of a particular extended
389 attribute. This method is called by the getxattr(2) system
393 Called by the VFS to set the value of a particular extended
394 attribute. When the new value is NULL, called to remove a
395 particular extended attribute. This method is called by the
442 Again, all methods are called without any locks being held, unless
446 called by the open(2) and creat(2) system calls. Only required
453 called when the VFS needs to look up an inode in a parent
458 should be inserted into the dentry (this is called a negative
464 a struct "dentry_operations". This method is called with the
468 called by the link(2) system call. Only required if you want to
473 called by the unlink(2) system call. Only required if you want
477 called by the symlink(2) system call. Only required if you want
482 called by the mkdir(2) system call. Only required if you want
487 called by the rmdir(2) system call. Only required if you want
491 called by the mknod(2) system call to create a device (char,
498 called by the rename(2) system call to rename the object to have
513 called by the VFS to follow a symbolic link to the inode it
521 be called once VFS is done with the body you've returned. May
522 be called in RCU mode; that is indicated by NULL dentry
540 called by the VFS to check for access rights on a POSIX-like
543 May be called in rcu-walk mode (mask & MAY_NOT_BLOCK). If in
549 -ECHILD and it will be called again in ref-walk mode.
552 called by the VFS to set attributes for a file. This method is
553 called by chmod(2) and related system calls.
556 called by the VFS to get attributes of a file. This method is
557 called by stat(2) and related system calls.
560 called by the VFS to list all extended attributes for a given
561 file. This method is called by the listxattr(2) system call.
564 called by the VFS to update a specific time or the i_version of
569 called on the last component of an open. Using this optional
575 dentry). This method is only called if the last component is
583 called in the end of O_TMPFILE open(). Optional, equivalent to
609 lru_cache_add and mark_page_active needs to be called whenever the page
740 called by the VM to write a dirty page to backing store. This
759 called by the VM to read a page from backing store. The page
760 will be Locked when readpage is called, and should be unlocked
765 ->readpage will be called again.
768 called by the VM to write out pages associated with the
778 called by the VM to set a page dirty. This is particularly
781 called, for example, when a memory mapped page gets modified.
786 Called by the VM to read pages associated with the address_space
798 called by the VM to read pages associated with the address_space
807 Called by the generic buffered write code to ask the filesystem
830 in which case write_end is not called.
834 called. len is the original len passed to write_begin, and
844 called by the VFS to map a logical block offset within object to
854 called when part or all of the page is to be removed from the
866 releasepage is called on PagePrivate pages to indicate that the
887 freepage is called once the page is no longer visible in the
889 Since it may be called by the memory reclaimer, it should not
894 called by the generic read/write routines to perform direct_IO -
900 Called by the VM when isolating a movable non-lru page. If page
912 Called by the VM when isolated page's migration fails.
915 Called before freeing a page - it writes back the dirty page.
920 Called by the VM when reading a file through the pagecache when
926 Called by the VM when attempting to reclaim a page. The VM uses
943 Called when swapon is used on a file to allocate space if
949 Called during swapoff on files where swap_activate was
1008 Again, all methods are called without any locks being held, unless
1012 called when the VFS needs to move the file position index
1015 called by read(2) and related system calls
1021 called by write(2) and related system calls
1027 called when aio wants to poll for completions on HIPRI iocbs
1030 called when the VFS needs to read the directory contents
1033 called when the VFS needs to read the directory contents when
1037 called by the VFS when a process wants to check if there is
1039 is activity. Called by the select(2) and poll(2) system calls
1042 called by the ioctl(2) system call.
1045 called by the ioctl(2) system call when 32 bit system calls are
1049 called by the mmap(2) system call
1052 called by the VFS when an inode should be opened. When the VFS
1063 called by the close(2) system call to flush a file
1066 called when the last reference to an open file is closed
1069 called by the fsync(2) system call. Also see the section above
1073 called by the fcntl(2) system call when asynchronous
1077 called by the fcntl(2) system call for F_GETLK, F_SETLK, and
1081 called by the mmap(2) system call
1084 called by the fcntl(2) system call for F_SETFL command
1087 called by the flock(2) system call
1090 called by the VFS to splice data from a pipe to a file. This
1094 called by the VFS to splice data from file to a pipe. This
1098 called by the VFS to set or release a file lock lease. setlease
1103 called by the VFS to preallocate blocks or punch a hole.
1106 called by the copy_file_range(2) system call.
1109 called by the ioctl(2) system call for FICLONERANGE and FICLONE
1124 possibly called by the fadvise64() system call.
1170 called when the VFS needs to revalidate a dentry. This is
1171 called whenever a name look-up finds a dentry in the dcache.
1180 d_revalidate may be called in rcu-walk mode (flags &
1189 -ECHILD and it will be called again in ref-walk mode.
1192 called when the VFS needs to revalidate a "jumped" dentry. This
1193 is called when a path-walk ends at dentry that was not acquired
1206 d_weak_revalidate is only called after leaving rcu-walk mode.
1209 called when the VFS adds a dentry to the hash table. The first
1217 called to compare a dentry name with a given name. The first
1231 It is a tricky calling convention because it needs to be called
1235 called when the last reference to a dentry is dropped and the
1242 called when a dentry is allocated
1245 called when a dentry is really deallocated
1248 called when a dentry loses its inode (just prior to its being
1254 called when the pathname of a dentry should be generated.
1279 called when an automount dentry is to be traversed (optional).
1301 called to allow the filesystem to manage the transition from a
1325 Called from file_dentry() it returns the real dentry matching
1350 parent's hash, the "d_delete" method is called to check whether
1363 d_iput() method is called). If there are other references, then
1364 d_drop() is called instead
1374 NULL, the dentry is called a "negative dentry". This function
1375 is commonly called when an inode is created for an existing