Home
last modified time | relevance | path

Searched refs:AOP_FLAG_UNINTERRUPTIBLE (Results 1 – 9 of 9) sorted by relevance

/linux-4.4.14/fs/hfs/
Dextent.c489 AOP_FLAG_UNINTERRUPTIBLE, &page, &fsdata); in hfs_file_truncate()
/linux-4.4.14/fs/hfsplus/
Dextents.c549 AOP_FLAG_UNINTERRUPTIBLE, in hfsplus_file_truncate()
/linux-4.4.14/fs/exofs/
Ddir.c409 AOP_FLAG_UNINTERRUPTIBLE, &page, NULL); in exofs_set_link()
/linux-4.4.14/fs/
Dbuffer.c2284 AOP_FLAG_UNINTERRUPTIBLE|AOP_FLAG_CONT_EXPAND, in generic_cont_expand_simple()
2321 AOP_FLAG_UNINTERRUPTIBLE, in cont_expand_zero()
2355 AOP_FLAG_UNINTERRUPTIBLE, in cont_expand_zero()
Dnamei.c4575 unsigned int flags = AOP_FLAG_UNINTERRUPTIBLE; in __page_symlink()
/linux-4.4.14/fs/xfs/
Dxfs_file.c121 AOP_FLAG_UNINTERRUPTIBLE, in xfs_iozero()
/linux-4.4.14/mm/
Dfilemap.c2501 flags |= AOP_FLAG_UNINTERRUPTIBLE; in generic_perform_write()
/linux-4.4.14/include/linux/
Dfs.h306 #define AOP_FLAG_UNINTERRUPTIBLE 0x0001 /* will not do a short write */ macro
/linux-4.4.14/Documentation/filesystems/
Dvfs.txt684 if write_begin was called with the AOP_FLAG_UNINTERRUPTIBLE flag).