Home
last modified time | relevance | path

Searched refs:append (Results 1 – 8 of 8) sorted by relevance

/linux-4.19.296/fs/hostfs/
Dhostfs_kern.c39 static int append = 0; variable
63 append = 1; in hostfs_args()
265 if (append) in hostfs_show_options()
330 fd = open_file(name, r, w, append); in hostfs_open()
654 if (append) in hostfs_unlink()
807 if (append) in hostfs_setattr()
Dhostfs.h68 extern int open_file(char *path, int r, int w, int append);
Dhostfs_user.c70 int open_file(char *path, int r, int w, int append) in open_file() argument
82 if (append) in open_file()
/linux-4.19.296/drivers/misc/cardreader/
Drts5249.c320 u16 append; in rtsx_base_switch_output_voltage() local
330 append = PHY_TUNE_D18_1V8; in rtsx_base_switch_output_voltage()
336 append = PHY_TUNE_D18_1V7; in rtsx_base_switch_output_voltage()
340 append); in rtsx_base_switch_output_voltage()
/linux-4.19.296/include/sound/
Drawmidi.h97 bool append; /* append flag (merge more streams) */ member
/linux-4.19.296/include/linux/
Drtsx_pci.h1335 u8 mask, u8 append) in rtsx_pci_update_cfg_byte() argument
1343 return pci_write_config_byte(pcr->pci, addr, (val & mask) | append); in rtsx_pci_update_cfg_byte()
1355 u16 mask, u16 append) in rtsx_pci_update_phy() argument
1364 return rtsx_pci_write_phy_register(pcr, addr, (val & mask) | append); in rtsx_pci_update_phy()
/linux-4.19.296/fs/f2fs/
Ddebug.c88 si->append = sbi->im[APPEND_INO].ino_num; in update_general_status()
304 si->orphans, si->append, si->update); in stat_show()
Df2fs.h3126 int inline_xattr, inline_inode, inline_dir, append, update, orphans; member